Temporarily disable localozed payment providers due to checkout issue
This commit is contained in:
@@ -24,30 +24,30 @@ export const payment_providers: PaymentProvider[] = [
|
||||
name: "paypal",
|
||||
label: "PayPal",
|
||||
}, {
|
||||
icon: "bancontact",
|
||||
name: "bancontact",
|
||||
label: "Bancontact",
|
||||
need_name: true,
|
||||
country_filter: ["BE"],
|
||||
}, {
|
||||
icon: "eps",
|
||||
name: "eps",
|
||||
label: "EPS",
|
||||
need_name: true,
|
||||
country_filter: ["AT"],
|
||||
}, {
|
||||
icon: "ideal",
|
||||
name: "ideal",
|
||||
label: "iDEAL",
|
||||
need_name: true,
|
||||
country_filter: ["NL"],
|
||||
}, {
|
||||
icon: "p24",
|
||||
name: "p24",
|
||||
label: "Przelewy24",
|
||||
need_name: true,
|
||||
country_filter: ["PL"],
|
||||
}, {
|
||||
// icon: "bancontact",
|
||||
// name: "bancontact",
|
||||
// label: "Bancontact",
|
||||
// need_name: true,
|
||||
// country_filter: ["BE"],
|
||||
// }, {
|
||||
// icon: "eps",
|
||||
// name: "eps",
|
||||
// label: "EPS",
|
||||
// need_name: true,
|
||||
// country_filter: ["AT"],
|
||||
// }, {
|
||||
// icon: "ideal",
|
||||
// name: "ideal",
|
||||
// label: "iDEAL",
|
||||
// need_name: true,
|
||||
// country_filter: ["NL"],
|
||||
// }, {
|
||||
// icon: "p24",
|
||||
// name: "p24",
|
||||
// label: "Przelewy24",
|
||||
// need_name: true,
|
||||
// country_filter: ["PL"],
|
||||
// }, {
|
||||
// icon: "trustly",
|
||||
// name: "trustly",
|
||||
// label: "Trustly",
|
||||
|
Reference in New Issue
Block a user