|
|
|
|
|
by tyingq
1803 days ago
|
|
Just Chrome dev tools, either the debugger or the network tab. It is front-end code. Normally, yeah, you wouldn't see individual purchase data in front-end code...that would be backend code returning just json/xml/whatever that the browser would consume. That it's hardcoded in the client is why it's funny and obviously fake data. |
|