Skip to content

Commit 96687ac

Browse files
committed
Checkout - Fix JS error Cannot read property 'quoteData' of undefined
1 parent a474225 commit 96687ac

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js/model

1 file changed

+2
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/model/quote.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
*/
88
define([
99
'ko',
10-
'underscore'
10+
'underscore',
11+
'domReady!'
1112
], function (ko, _) {
1213
'use strict';
1314

0 commit comments

Comments
 (0)