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 aecce5d commit 0f0f7bdCopy full SHA for 0f0f7bd
app/code/Magento/Checkout/view/frontend/web/js/model/payment-service.js
@@ -32,7 +32,7 @@ define([
32
});
33
this.isFreeAvailable = !!freeMethod;
34
35
- if (freeMethod && quote.totals().grand_total <= 0) {
+ if (freeMethod && quote.totals()['grand_total'] <= 0) {
36
methods.splice(0, methods.length, freeMethod);
37
selectPaymentMethod(freeMethod);
38
}
0 commit comments