add cart test

This commit is contained in:
Kerim 2023-06-21 00:45:52 +05:00
parent 15229cb82b
commit 776c7e8c66
1 changed files with 1 additions and 2 deletions

View File

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