File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Checkout/view/frontend/web/js/model/cart Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ define([
19
19
/**
20
20
* Estimate totals for shipping address and update shipping rates.
21
21
*/
22
- estimateTotalsAndUpdateRates = function ( ) {
22
+ estimateTotalsAndUpdateRates = function ( ) {
23
23
var type = quote . shippingAddress ( ) . getType ( ) ;
24
24
25
25
if (
@@ -58,14 +58,14 @@ define([
58
58
/**
59
59
* Estimate totals for shipping address.
60
60
*/
61
- estimateTotalsShipping = function ( ) {
61
+ estimateTotalsShipping = function ( ) {
62
62
totalsDefaultProvider . estimateTotals ( quote . shippingAddress ( ) ) ;
63
63
} ,
64
64
65
65
/**
66
66
* Estimate totals for billing address.
67
67
*/
68
- estimateTotalsBilling = function ( ) {
68
+ estimateTotalsBilling = function ( ) {
69
69
var type = quote . billingAddress ( ) . getType ( ) ;
70
70
71
71
if ( quote . isVirtual ( ) ) {
You can’t perform that action at this time.
0 commit comments