We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit 96a94683 authored by Alexandros Moraitis's avatar Alexandros Moraitis Committed by GitHub

Add affirm, clearpay and zip in open invoice list (#927)

Co-authored-by: default avatarAttila Kiss <42297201+cyattilakiss@users.noreply.github.com>
parent dc00160d
......@@ -1067,7 +1067,10 @@ class Data extends AbstractHelper
if (strpos($paymentMethod, 'afterpay') !== false ||
strpos($paymentMethod, 'klarna') !== false ||
strpos($paymentMethod, 'ratepay') !== false ||
strpos($paymentMethod, 'facilypay_') !== false
strpos($paymentMethod, 'facilypay_') !== false ||
strpos($paymentMethod, 'affirm') !== false ||
strpos($paymentMethod, 'clearpay') !== false ||
strpos($paymentMethod, 'zip') !== false
) {
return true;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment