From d6b81b21f1d63786aff6cc0c3df85ab7d7174dbf Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 2 Mar 2021 03:03:41 +0100 Subject: [PATCH] fix phpcs --- htdocs/public/payment/newpayment.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/public/payment/newpayment.php b/htdocs/public/payment/newpayment.php index ab6a835a383..c5bd8549eee 100644 --- a/htdocs/public/payment/newpayment.php +++ b/htdocs/public/payment/newpayment.php @@ -2161,12 +2161,12 @@ if (preg_match('/^dopayment/', $action)) { // If we choosed/click on the payme } }, save_payment_method: /* true when a customer was provided when creating payment intent. true ask to save the card */ } - ).then(function(result) { + ).then(function(result) { console.log(result); if (result.error) { console.log("Error on result of handleCardPayment");