We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) 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 ...@@ -1067,7 +1067,10 @@ class Data extends AbstractHelper
if (strpos($paymentMethod, 'afterpay') !== false || if (strpos($paymentMethod, 'afterpay') !== false ||
strpos($paymentMethod, 'klarna') !== false || strpos($paymentMethod, 'klarna') !== false ||
strpos($paymentMethod, 'ratepay') !== 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; 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