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 3d2b4838 authored by attilak's avatar attilak

Route HPP / APMs through checkout /payments

parent 6da72c56
...@@ -934,7 +934,7 @@ class Data extends AbstractHelper ...@@ -934,7 +934,7 @@ class Data extends AbstractHelper
*/ */
public function isPaymentMethodMolpayMethod($paymentMethod) public function isPaymentMethodMolpayMethod($paymentMethod)
{ {
if (strpos($paymentMethod, 'molpay_ebanking_MY') !== false) { if (strpos($paymentMethod, 'molpay_') !== 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