diff --git a/svelte/src/layout/checkout/CheckoutLib.ts b/svelte/src/layout/checkout/CheckoutLib.ts index 46089ad..a7a0e30 100644 --- a/svelte/src/layout/checkout/CheckoutLib.ts +++ b/svelte/src/layout/checkout/CheckoutLib.ts @@ -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",