diff --git a/themes/nurgul/layouts/mainN.htm b/themes/nurgul/layouts/mainN.htm index 0de2fed..dc8a7ec 100755 --- a/themes/nurgul/layouts/mainN.htm +++ b/themes/nurgul/layouts/mainN.htm @@ -76,7 +76,8 @@ function onStart(){ - + + diff --git a/themes/nurgul/partials/cart/get.htm b/themes/nurgul/partials/cart/get.htm index 47204b2..6a75a59 100755 --- a/themes/nurgul/partials/cart/get.htm +++ b/themes/nurgul/partials/cart/get.htm @@ -4,13 +4,13 @@ getCart(); // console.log("qqq"); function getCart() { - // console.log(query); + // console.log(String({{token}})); $.ajax({ url: `https://nurgul.com.tm/app/api/customer/cart`, type: 'GET', dataType: 'json', - headers: { Authorization: 'Bearer {{token}}' }, + headers: {Authorization: 'Bearer {{token}}'}, success: function (data, textStatus, xhr) { console.log(data); },