add cart test
This commit is contained in:
parent
15229cb82b
commit
776c7e8c66
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue