Merge pull request #19850 from ptibogxiv/patch-459

Fix stripe SetupIntent
This commit is contained in:
Laurent Destailleur 2022-01-19 01:49:53 +01:00 committed by GitHub
commit b88da24ba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -607,9 +607,6 @@ class Stripe extends CommonObject
if (!empty($conf->global->STRIPE_BANCONTACT)) {
$paymentmethodtypes[] = "bancontact";
}
if (!empty($conf->global->STRIPE_KLARNA)) {
$paymentmethodtypes[] = "klarna";
}
if (!empty($conf->global->STRIPE_IDEAL)) {
$paymentmethodtypes[] = "ideal";
}