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 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