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

Route HPP / APMs through checkout /payments

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