Skip to content

Commit 85496aa

Browse files
committed
cleanup
1 parent 6e88f74 commit 85496aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/PaymentsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ public function actionPay(): ?Response
443443
// Payment amount in the CP accepts number based in the user's formatting locale
444444
$cpPaymentAmount = $this->request->getBodyParam('paymentAmount');
445445

446-
if(is_array($cpPaymentAmount)) {
446+
if (is_array($cpPaymentAmount)) {
447447
$cpPaymentAmount = $cpPaymentAmount['value'];
448448
}
449449
$cpPaymentAmount = Localization::normalizeNumber($cpPaymentAmount);

0 commit comments

Comments
 (0)