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);