Skip to content

Commit 96a8630

Browse files
authored
ENGCOM-3849: Checkout - Fix JS error Cannot read property 'quoteData' of undefined #18503
2 parents a9b51df + feea928 commit 96a8630

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)