From db720b24170b0bdad8a0b6c5190ec6837499018d Mon Sep 17 00:00:00 2001 From: Swiss Bitcoin Pay Date: Mon, 22 Sep 2025 18:05:45 +0200 Subject: [PATCH] Remove Instant SEPA --- src/components/PayoutConfig/PayoutConfig.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PayoutConfig/PayoutConfig.tsx b/src/components/PayoutConfig/PayoutConfig.tsx index 706f456e..7e5456ac 100644 --- a/src/components/PayoutConfig/PayoutConfig.tsx +++ b/src/components/PayoutConfig/PayoutConfig.tsx @@ -181,7 +181,7 @@ export const PayoutConfig = ({ const isEURInstantSEPA = useMemo( () => - true && + false && currency === "EUR" && (!ownerCountry || isSEPACountry(ownerCountry || "")), [currency, ownerCountry]