We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe651d commit 334fefeCopy full SHA for 334fefe
app/code/Magento/Multishipping/view/frontend/templates/checkout/addresses.phtml
@@ -18,7 +18,7 @@
18
data-mage-init='{
19
"multiShipping":{},
20
"cartUpdate": {
21
- "validationURL": "<?= /* @escapeNotVerified */ $block->getUrl('multishipping/checkout/checkItems') ?>",
+ "validationURL": "<?= $block->escapeUrl($block->getUrl('multishipping/checkout/checkItems')) ?>",
22
"eventName": "updateMulticartItemQty"
23
}}'
24
action="<?= $block->escapeUrl($block->getPostActionUrl()) ?>"
0 commit comments