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 43ef7d4a authored by Rik ter Beek's avatar Rik ter Beek

use default getData() for the adyen redirect payment method.

parent 5158eff5
......@@ -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