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