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 a5f9488 commit 4b0e39dCopy full SHA for 4b0e39d
app/code/Magento/Checkout/view/frontend/templates/cart/form.phtml
@@ -14,7 +14,7 @@
14
method="post"
15
id="form-validate"
16
data-mage-init='{"Magento_Checkout/js/action/update-shopping-cart":
17
- {"validationURL" : "/checkout/cart/updateItemQty",
+ {"validationURL" : "<?= /* @escapeNotVerified */ $block->getUrl('checkout/cart/updateItemQty') ?>",
18
"updateCartActionContainer": "#update_cart_action_container"}
19
}'
20
class="form form-cart">
0 commit comments