Skip to content

Commit de81b8b

Browse files
author
Ihor Melnychenko
committed
MAGETWO-38732: [GITHUB] Cart is not working because of an incorrect path #1363
1 parent 8599357 commit de81b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/frontend/web/js/customer-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ define([
88
'ko',
99
'Magento_Customer/js/section-config',
1010
'jquery/jquery-storageapi',
11-
'jquery/jquery-cookie'
11+
'jquery/jquery.cookie'
1212
], function ($, _, ko, sectionConfig) {
1313
'use strict';
1414

0 commit comments

Comments
 (0)