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

Merge pull request #315 from Adyen/bug/PW-595

PW-595 use default getData() for the adyen redirect payment method.
parents 5158eff5 43ef7d4a
......@@ -242,12 +242,8 @@ define(
},
/** Redirect to adyen */
continueToAdyen: function () {
var self = this;
if (this.validate() && additionalValidators.validate()) {
var data = {};
data.method = self.method;
this.placeRedirectOrder(data);
this.placeRedirectOrder(this.getData());
return false;
}
},
......
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