Код: Выделить всё
postData(endpoint, params, (response) => { < /code>
response = JSON.parse(response);< /code>
if (response.state) {< /code>
getCartProducts();Подробнее здесь: https://stackoverflow.com/questions/779 ... of-uncaugh
Код: Выделить всё
postData(endpoint, params, (response) => { < /code>
response = JSON.parse(response);< /code>
if (response.state) {< /code>
getCartProducts();