diff --git a/view/frontend/templates/script/component/product/addtocart.phtml b/view/frontend/templates/script/component/product/addtocart.phtml index 5410362..c3e3e2f 100644 --- a/view/frontend/templates/script/component/product/addtocart.phtml +++ b/view/frontend/templates/script/component/product/addtocart.phtml @@ -33,8 +33,7 @@ use Magento\Framework\View\Element\Template; fetch(form.action, { method: 'POST', headers: { - 'X-Requested-With': 'XMLHttpRequest', - 'Content-Type': 'multipart/form-data; charset=UTF-8', + 'X-Requested-With': 'XMLHttpRequest' }, body: data }).finally(function () {