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 16053d91 authored by Giorgos Adam's avatar Giorgos Adam

Use PSR-2 spaces

parent 14802ff0
...@@ -92,7 +92,7 @@ define( ...@@ -92,7 +92,7 @@ define(
function (response) { function (response) {
function waitForDfSet() { function waitForDfSet() {
// Wait for dfSet function to be loaded from df.js script // Wait for dfSet function to be loaded from df.js script
if(typeof dfSet == "undefined") { if (typeof dfSet == "undefined") {
setTimeout(waitForDfSet, 500); setTimeout(waitForDfSet, 500);
return; return;
} }
...@@ -104,7 +104,7 @@ define( ...@@ -104,7 +104,7 @@ define(
} }
adyenPaymentService.setPaymentMethods(response); adyenPaymentService.setPaymentMethods(response);
if(JSON.stringify(response).indexOf("ratepay") > -1) { if (JSON.stringify(response).indexOf("ratepay") > -1) {
var ratePayId = window.checkoutConfig.payment.adyenHpp.ratePayId; var ratePayId = window.checkoutConfig.payment.adyenHpp.ratePayId;
var dfValueRatePay = self.getRatePayDeviceIdentToken(); var dfValueRatePay = self.getRatePayDeviceIdentToken();
......
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