Skip to content

Commit

Permalink
[SL-271] set BLIK redirect payment
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijusCoding committed Nov 22, 2024
1 parent f887d77 commit be2dc42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Config/SaferPayConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit be2dc42

Please sign in to comment.