|
<< Click to Display Table of Contents >> Navigation: Telegram > 2021 > 04 > 06 > Telegram_2021-04-06T11 |
2021-04-06T11:51:52
details is a live JS object. You can look at it in the JS debugger of the browser or the HTML possibly where its declared depending on how they construct it. Then you can see the full object to find what you need specifically. But isnt this what you want?
alert('OrderID: '+details.purchase_units[0].reference_id +'!')