Skip to content

Commit 0d111f6

Browse files
ENGCOM-3849: Checkout - Fix JS error Cannot read property 'quoteData' of undefined #18503
- Merge Pull Request #18503 from ihor-sviziev/magento2:fix-cannot-read-property-quoteData-of-undefined - Merged commits: 1. 96687ac
2 parents 9c36f6f + 96687ac commit 0d111f6

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)