Skip to content

Commit 24f571c

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

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ define([
7171

7272
dataPost().postData({
7373
action: self.options.deleteUrlPrefix + addressId,
74-
data: {form_key: $.mage.cookies.get('form_key')}
74+
data: {
75+
form_key: $.mage.cookies.get('form_key')
76+
}
7577
});
7678
}
7779
}

0 commit comments

Comments
 (0)