We will be off on April 7th (Monday) for public holiday in our country

Commit bdd58fea authored by Marcos Garcia's avatar Marcos Garcia

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

parent 46eebe2e
......@@ -1066,7 +1066,8 @@ class Data extends AbstractHelper
{
if (strpos($paymentMethod, 'afterpay') !== false ||
strpos($paymentMethod, 'klarna') !== false ||
strpos($paymentMethod, 'ratepay') !== false
strpos($paymentMethod, 'ratepay') !== false ||
strpos($paymentMethod, 'facilypay_') !== 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