add cart test
This commit is contained in:
parent
0c864febe0
commit
15bb05694f
|
|
@ -100,7 +100,10 @@ function onStart(){
|
|||
async: true,
|
||||
url: 'https://nurgul.com.tm/app/api/customer/cart/add/' + String(prodId),
|
||||
type: 'POST',
|
||||
headers: { Authorization: 'Bearer {{nurgulToken}}' },
|
||||
headers: {
|
||||
Authorization: 'Bearer {{nurgulToken}}',
|
||||
Accept: 'application/json'
|
||||
},
|
||||
processData: false,
|
||||
contentType: false,
|
||||
data: JSON.stringify(product),
|
||||
|
|
|
|||
Loading…
Reference in New Issue