Fix stripe SetupIntent
Klarna not possible for SetupIntent
This commit is contained in:
parent
63df7ba0d4
commit
1ce7d3ad8b
@ -607,9 +607,6 @@ class Stripe extends CommonObject
|
|||||||
if (!empty($conf->global->STRIPE_BANCONTACT)) {
|
if (!empty($conf->global->STRIPE_BANCONTACT)) {
|
||||||
$paymentmethodtypes[] = "bancontact";
|
$paymentmethodtypes[] = "bancontact";
|
||||||
}
|
}
|
||||||
if (!empty($conf->global->STRIPE_KLARNA)) {
|
|
||||||
$paymentmethodtypes[] = "klarna";
|
|
||||||
}
|
|
||||||
if (!empty($conf->global->STRIPE_IDEAL)) {
|
if (!empty($conf->global->STRIPE_IDEAL)) {
|
||||||
$paymentmethodtypes[] = "ideal";
|
$paymentmethodtypes[] = "ideal";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user