Fixing style errors.
This commit is contained in:
parent
97d2722c4c
commit
daadcf2fc3
@ -411,7 +411,7 @@ class Stripe extends CommonObject
|
|||||||
}
|
}
|
||||||
if (!empty($conf->global->STRIPE_KLARNA)) {
|
if (!empty($conf->global->STRIPE_KLARNA)) {
|
||||||
$paymentmethodtypes[] = "klarna";
|
$paymentmethodtypes[] = "klarna";
|
||||||
}
|
}
|
||||||
if (!empty($conf->global->STRIPE_BANCONTACT)) {
|
if (!empty($conf->global->STRIPE_BANCONTACT)) {
|
||||||
$paymentmethodtypes[] = "bancontact";
|
$paymentmethodtypes[] = "bancontact";
|
||||||
}
|
}
|
||||||
@ -609,7 +609,7 @@ class Stripe extends CommonObject
|
|||||||
}
|
}
|
||||||
if (!empty($conf->global->STRIPE_KLARNA)) {
|
if (!empty($conf->global->STRIPE_KLARNA)) {
|
||||||
$paymentmethodtypes[] = "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