We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f614d4 + ea7d0b3 commit df86f21Copy full SHA for df86f21
view/frontend/web/js/view/billing-address-mixin.js
@@ -57,7 +57,7 @@ define([
57
}
58
},
59
updateAddresses: function () {
60
- if (quote.paymentMethod().method.indexOf('payone') === -1) { // execute parent function for non payone methods
+ if (quote.paymentMethod()?.method.indexOf('payone') === -1) { // execute parent function for non payone methods
61
return this._super();
62
63
0 commit comments