Skip to content

Commit 818cccd

Browse files
Merge forwardport of #13310 to 2.3-develop branch
Applied pull request patch https://github.com/magento/magento2/pull/13310.patch (created by @arnoudhgz) based on commit(s):
2 parents ded8aa9 + 727f9b3 commit 818cccd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/configure/product-customer-data.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
require([
22
'jquery',
3-
'Magento_Customer/js/customer-data'
3+
'Magento_Customer/js/customer-data',
4+
'domReady!'
45
], function ($, customerData) {
56
'use strict';
67

0 commit comments

Comments
 (0)