Temporarily disable localozed payment providers due to checkout issue

This commit is contained in:
2025-06-24 01:20:28 +02:00
parent 26a30482ae
commit d2ab910fec

View File

@@ -24,30 +24,30 @@ export const payment_providers: PaymentProvider[] = [
name: "paypal", name: "paypal",
label: "PayPal", label: "PayPal",
}, { }, {
icon: "bancontact", // icon: "bancontact",
name: "bancontact", // name: "bancontact",
label: "Bancontact", // label: "Bancontact",
need_name: true, // need_name: true,
country_filter: ["BE"], // country_filter: ["BE"],
}, { // }, {
icon: "eps", // icon: "eps",
name: "eps", // name: "eps",
label: "EPS", // label: "EPS",
need_name: true, // need_name: true,
country_filter: ["AT"], // country_filter: ["AT"],
}, { // }, {
icon: "ideal", // icon: "ideal",
name: "ideal", // name: "ideal",
label: "iDEAL", // label: "iDEAL",
need_name: true, // need_name: true,
country_filter: ["NL"], // country_filter: ["NL"],
}, { // }, {
icon: "p24", // icon: "p24",
name: "p24", // name: "p24",
label: "Przelewy24", // label: "Przelewy24",
need_name: true, // need_name: true,
country_filter: ["PL"], // country_filter: ["PL"],
}, { // }, {
// icon: "trustly", // icon: "trustly",
// name: "trustly", // name: "trustly",
// label: "Trustly", // label: "Trustly",