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.
1 parent 518cef6 commit aecce5dCopy full SHA for aecce5d
app/code/Magento/Checkout/view/frontend/web/js/model/payment-service.js
@@ -81,7 +81,7 @@ define([
81
isFreeMethod = function (method) {
82
return method.method === freeMethodCode;
83
},
84
- grandTotalOverZero = quote.totals().grand_total > 0;
+ grandTotalOverZero = quote.totals()['grand_total'] > 0;
85
86
if (!self.isFreeAvailable) {
87
return allMethods;
0 commit comments