From 776c7e8c66c7c2e4b8060aacc5a6035d0602dee6 Mon Sep 17 00:00:00 2001 From: Kerim Date: Wed, 21 Jun 2023 00:45:52 +0500 Subject: [PATCH] add cart test --- themes/nurgul/partials/scripts/addToCart.htm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/nurgul/partials/scripts/addToCart.htm b/themes/nurgul/partials/scripts/addToCart.htm index 026752d..7c355b4 100755 --- a/themes/nurgul/partials/scripts/addToCart.htm +++ b/themes/nurgul/partials/scripts/addToCart.htm @@ -21,8 +21,7 @@ data: JSON.stringify(product), type: 'POST', headers: { - 'Authorization': 'Bearer {{token}}', - 'Content-Type': 'application/json' + 'Authorization': 'Bearer {{token}}' }, beforeSend: function () { $('#loader_add').show();