Closed e-com-presta closed 2 years ago
{if ($stripe_p24 && in_array($stripe_country, ['NL']) && in_array($stripe_currency, Stripe::$methodCurrencies['p24']))}
P24 (Przelewy24) is a Polish payment operator. Country "PL", not "NL".
Fixed by efc7e60911b9806cabcfa31883468866f17a2222
{if ($stripe_p24 && in_array($stripe_country, ['NL']) && in_array($stripe_currency, Stripe::$methodCurrencies['p24']))}
P24 (Przelewy24) is a Polish payment operator. Country "PL", not "NL".