From be2dc42d215f445ca288af7e82f89af840ac1848 Mon Sep 17 00:00:00 2001 From: MarijusCoding Date: Fri, 22 Nov 2024 15:36:49 +0200 Subject: [PATCH] [SL-271] set BLIK redirect payment --- src/Config/SaferPayConfig.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Config/SaferPayConfig.php b/src/Config/SaferPayConfig.php index 7b245983..921d935f 100755 --- a/src/Config/SaferPayConfig.php +++ b/src/Config/SaferPayConfig.php @@ -322,7 +322,8 @@ public static function isRedirectPayment($paymentMethod) self::PAYMENT_DIRECTDEBIT, self::PAYMENT_SOFORT, self::PAYMENT_PAYPAL, - self::PAYMENT_CLICKTOPAY + self::PAYMENT_CLICKTOPAY, + self::PAYMENT_BLIK, ]; return in_array($paymentMethod, $paymentsAlwaysRedirect);