Skip to content

Commit 1584483

Browse files
ENGCOM-5370: Getting 404 url while updating quantity on multiple address cart page #22717
- Merge Pull Request #22717 from vikalps4/magento2:2.3develop-pr1 - Merged commits: 1. 0fe651d 2. 334fefe
2 parents f77ac3c + 334fefe commit 1584483

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Multishipping/view/frontend/templates/checkout

1 file changed

+1
-1
lines changed

app/code/Magento/Multishipping/view/frontend/templates/checkout/addresses.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
data-mage-init='{
1919
"multiShipping":{},
2020
"cartUpdate": {
21-
"validationURL": "/multishipping/checkout/checkItems",
21+
"validationURL": "<?= $block->escapeUrl($block->getUrl('multishipping/checkout/checkItems')) ?>",
2222
"eventName": "updateMulticartItemQty"
2323
}}'
2424
action="<?= $block->escapeUrl($block->getPostActionUrl()) ?>"

0 commit comments

Comments
 (0)