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();