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 634795c7 authored by Marcos Garcia's avatar Marcos Garcia Committed by GitHub

Use Oney as Open Invoice payment method in Cron (#890)

parent 06754662
...@@ -1066,7 +1066,8 @@ class Data extends AbstractHelper ...@@ -1066,7 +1066,8 @@ 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
) { ) {
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