Skip to content

Commit

Permalink
PAYOSWXP-117: iDeal payment: apply cs fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
amirinterlutions committed Nov 28, 2023
1 parent 2cac948 commit 50ccdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PaymentHandler/PayoneIDealPaymentHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static function isCapturable(array $transactionData, array $payoneTransAc
return false;
}

$txAction = isset($transactionData['txaction']) ? strtolower((string)$transactionData['txaction']) : null;
$txAction = isset($transactionData['txaction']) ? strtolower((string) $transactionData['txaction']) : null;

if ($txAction === TransactionStatusService::ACTION_PAID) {
return true;
Expand Down

0 comments on commit 50ccdb7

Please sign in to comment.