Commit 4956ed1c by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

update cs

See merge request manzarH/dic-global-dev!580
parents 6361dba1 6bedc677
......@@ -253,7 +253,7 @@
};
$.ajax(settings).done(function (response) {
console.log(response.price);
console.log(response.price.regularMarketPrice);
});
const settings1 = {
......@@ -268,7 +268,7 @@
};
$.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