Merge pull request #16505 from frederic34/fixmerge

fix merge
This commit is contained in:
Laurent Destailleur 2021-03-02 12:42:12 +01:00 committed by GitHub
commit 2d200a523d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2189,8 +2189,8 @@ if (preg_match('/^dopayment/', $action)) { // If we choosed/click on the payme
}); });
<?php <?php
} else // Old method (not SCA ready) } else {
{ // Old method (not SCA ready)
?> ?>
// Old code for payment with option STRIPE_USE_INTENT_WITH_AUTOMATIC_CONFIRMATION off and STRIPE_USE_NEW_CHECKOUT off // Old code for payment with option STRIPE_USE_INTENT_WITH_AUTOMATIC_CONFIRMATION off and STRIPE_USE_NEW_CHECKOUT off