We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The deleteAddress method defined in https://github.com/OpenMage/magento-mirror/blob/98da842ef7aa59b8b8fee642de8b0b6deec55c31/app/design/frontend/base/default/template/customer/address/book.phtml#L100 uses a form key
deleteAddress
The form key is converted to an ESI tag per fastly
window.location='https://xxxxxx.com/customer/address/delete/form_key/<esi:include src='http://xxxxx.net/fastlycdn/getformkey/' />/id/'+addressId;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Preconditions
issue
Expected result
Actual result
Details
The
deleteAddress
method defined in https://github.com/OpenMage/magento-mirror/blob/98da842ef7aa59b8b8fee642de8b0b6deec55c31/app/design/frontend/base/default/template/customer/address/book.phtml#L100 uses a form keyThe form key is converted to an ESI tag per fastly
The text was updated successfully, but these errors were encountered: