Skip to content

Commit

Permalink
[ECP-9491] Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Demiralp committed Oct 16, 2024
1 parent c33b305 commit 9e6acfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/web/js/model/payment-component-states.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ define([
},

setIsPlaceOrderAllowed: function (methodCode, isPlaceOrderAllowed) {
let state = this.getState(methodCode);
this.getState(methodCode);
this.states[methodCode].isPlaceOrderAllowed(isPlaceOrderAllowed);
},

Expand Down

0 comments on commit 9e6acfb

Please sign in to comment.