Skip to content

Commit 9850699

Browse files
author
Sergii Kovalenko
committed
MAGETWO-59821: Gift card totals are not displaying correctly
1 parent c7fff61 commit 9850699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/GiftMessage/view/frontend/web/js/model/gift-message.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ define([
124124
*/
125125
afterSubmit: function () {
126126
window.location.href = url.build('checkout/cart/updatePost') +
127-
'?form_key=' + window.giftOptionsConfig.giftMessage.formKey +
127+
'?form_key=' + window.checkoutConfig.formKey +
128128
'&cart[]';
129129
},
130130

0 commit comments

Comments
 (0)