Commit 6bedc677 by Manzar Hussain

update cs

parent ff403bed
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
}; };
$.ajax(settings).done(function (response) { $.ajax(settings).done(function (response) {
console.log(response.price); console.log(response.price.regularMarketPrice);
}); });
const settings1 = { const settings1 = {
...@@ -268,7 +268,7 @@ ...@@ -268,7 +268,7 @@
}; };
$.ajax(settings1).done(function (response) { $.ajax(settings1).done(function (response) {
console.log(response.price); console.log(response.price.regularMarketPrice);
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment