Skip to content

Commit

Permalink
Resolved 404 not found form validation url when updating item quantit…
Browse files Browse the repository at this point in the history
…y in cart page

Resolved 404 not found form validation url when updating item quantity in cart page
  • Loading branch information
Gulshan Chitransh authored May 4, 2019
1 parent a5f9488 commit 4b0e39d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
method="post"
id="form-validate"
data-mage-init='{"Magento_Checkout/js/action/update-shopping-cart":
{"validationURL" : "/checkout/cart/updateItemQty",
{"validationURL" : "<?= /* @escapeNotVerified */ $block->getUrl('checkout/cart/updateItemQty') ?>",
"updateCartActionContainer": "#update_cart_action_container"}
}'
class="form form-cart">
Expand Down

0 comments on commit 4b0e39d

Please sign in to comment.