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