add cart test
This commit is contained in:
parent
0100dc7dbd
commit
63e3a7d9dd
|
|
@ -98,7 +98,7 @@ function onStart(){
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
async: true,
|
async: true,
|
||||||
url: 'https://nurgul.com.tm/app/api/customer/cart/add/' + String(prodId),
|
url: 'http://nurgul.com.tm/app/api/customer/cart/add/' + String(prodId),
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: 'Bearer {{nurgulToken}}',
|
Authorization: 'Bearer {{nurgulToken}}',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue