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.
2 parents 3c25318 + 18d66c7 commit 7069a35Copy full SHA for 7069a35
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