Skip to content

Commit 55b6f52

Browse files
committed
Fix psr2 style
1 parent 079a991 commit 55b6f52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Message/CIMCreateCardRequest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,7 @@ public function createPaymentProfile(CIMCreateCardResponse $createCardResponse)
214214
$createPaymentProfileResponse = $this->makeCreatePaymentProfileRequest($parameters);
215215
if ($createPaymentProfileResponse->isSuccessful()) {
216216
$parameters['customerPaymentProfileId'] = $createPaymentProfileResponse->getCustomerPaymentProfileId();
217-
} elseif (
218-
$this->getForceCardUpdate() !== true ||
217+
} elseif ($this->getForceCardUpdate() !== true ||
219218
($this->getOpaqueDataDescriptor() && $this->getOpaqueDataValue())
220219
) {
221220
// force card update flag turned off. No need to further process.

0 commit comments

Comments
 (0)