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 7533e396 authored by attilak's avatar attilak

fixes based on review

parent 20281dc8
......@@ -152,7 +152,6 @@ define(
fullScreenLoader.stopLoader();
}
).fail(function (error) {
//console.log(JSON.stringify(error));
fullScreenLoader.stopLoader();
});
},
......@@ -208,7 +207,7 @@ define(
result.issuerIds = value.issuers;
result.issuerId = ko.observable(null);
}else if (value.isPaymentMethodOpenInvoiceMethod) {
} else if (value.isPaymentMethodOpenInvoiceMethod) {
result.telephone = ko.observable(quote.shippingAddress().telephone);
result.gender = ko.observable(window.checkoutConfig.payment.adyenHpp.gender);
result.dob = ko.observable(window.checkoutConfig.payment.adyenHpp.dob);
......
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