Skip to content

Commit

Permalink
Merge pull request #151 from FatchipRobert/MAG2-56-Vulnerability-for-…
Browse files Browse the repository at this point in the history
…faulty-3rd-party-modules

MAG2-56 - Removed vulnerability to faulty 3rd party modules
  • Loading branch information
Florian Bender authored Feb 20, 2018
2 parents 6d4a891 + d6f4ebe commit 8e2ee76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/web/js/view/payment/method-renderer/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ define(
return true;
},
initialize: function () {
this._super().initChildren();
this._super();
if(this.getCode() === window.checkoutConfig.payment.payone.canceledPaymentMethod) {
selectPaymentMethodAction({method: this.getCode()});
checkoutData.setSelectedPaymentMethod(this.item.method);
Expand Down

0 comments on commit 8e2ee76

Please sign in to comment.