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");