Skip to content

Commit b80c495

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-59821' into BUGS
2 parents 5c04c2c + a99924b commit b80c495

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)