Skip to content

Commit 1139999

Browse files
committed
MAGETWO-97947: Invalid action behavior
1 parent 24f571c commit 1139999

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Customer/view/frontend/web/js

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/frontend/web/js/address.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ define([
7272
dataPost().postData({
7373
action: self.options.deleteUrlPrefix + addressId,
7474
data: {
75-
form_key: $.mage.cookies.get('form_key')
75+
'form_key': $.mage.cookies.get('form_key')
7676
}
7777
});
7878
}

0 commit comments

Comments
 (0)