add cart test

This commit is contained in:
Kerim 2023-06-21 03:09:01 +05:00
parent 0100dc7dbd
commit 63e3a7d9dd
1 changed files with 1 additions and 1 deletions

View File

@ -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}}',