Skip to content

Commit

Permalink
Bind iDeal selectedissuer to ko.observable to make sure readers are a…
Browse files Browse the repository at this point in the history
…utomatically informed when the user changes this.
  • Loading branch information
Archipel committed Jun 12, 2018
1 parent d9d8fa3 commit 3a14edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/web/js/view/payment/method-renderer/ideal.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ define(
{
defaults: {
template: 'Mollie_Payment/payment/ideal',
selectedIssuer: null
selectedIssuer: ko.observable()
},
getIssuers: function () {
return checkoutConfig.issuers[this.item.method];
Expand Down

0 comments on commit 3a14edf

Please sign in to comment.