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 5b94264e authored by Rik ter Beek's avatar Rik ter Beek Committed by GitHub

Update view/frontend/web/js/view/payment/method-renderer/adyen-hpp-method.js

Co-Authored-By: default avatarMarcos Garcia <marcos.asgarcia@gmail.com>
parent 7696b9a3
...@@ -146,7 +146,7 @@ define( ...@@ -146,7 +146,7 @@ define(
var paymentMethods = adyenPaymentService.getAvailablePaymentMethods(); var paymentMethods = adyenPaymentService.getAvailablePaymentMethods();
var paymentList = _.reduce(paymentMethods, function (acc, value) { var paymentList = _.reduce(paymentMethods, function (accumulator, value) {
if (!self.isPaymentMethodSupported(value.type)) { if (!self.isPaymentMethodSupported(value.type)) {
return acc; return acc;
...@@ -717,4 +717,4 @@ define( ...@@ -717,4 +717,4 @@ define(
} }
}); });
} }
); );
\ No newline at end of file
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