Jérémie Zarca
Jérémie Zarca
Hi @mrgodhani , just to let you know you can use my api to retrieve your users' deliveroo receipts https://github.com/jzarca01/node-deliveroo
Here's an account you can use: [email protected]:Password!2345
Here's what works ``` const Deliveroo = require('node-deliveroo'); const deliveroo = new Deliveroo(); async function init() { try { const profile = await deliveroo.login( '[email protected]', 'Password!2345' ); const history =...
Yes, with pleasure ;) About the receipt, you can use the orderId to get the receipt For example for the order below ```json { "order": { "id": 51582701, "order_number": 2701,...
Yeah sure you can send it at [email protected] Envoyé de mon iPhone > Le 17 mars 2019 à 22:26, Meet Godhani a écrit : > > @jzarca01 Awesome I will...
So i deciphered two ovo qrcodes 00020101021126580006id.ovo01189360001201234567890215cLho9BQItq2paJi0303UMI5204839853033605802ID5917INFAQ RUMAH ZAKAT6007Bandung61054027562710317INFAQ RUMAH ZAKAT52460006id.ovo0132fb83d06aa3fc47d599b491da533fbd036304BE03 00020101021126580006id.ovo01189360001201234567890215pPHQZld0w0dVP7P0303UMI5204839853033605802ID5921YAYASAN WWF INDONESIA6015Jakarta Selatan61051254062750321YAYASAN WWF INDONESIA52460006id.ovo0132c95b61c2754f4eb795248799867bad96630436F8 Could you help me identify which elements are which ?
Oh my bad I thought those were similar Here's a personal one : 081210041513#John%20Doe%20AccountName I can see that it's easier to generate With those infos, how would you generate a...
From what I could try, you need to make sure your user has "Allow downloads" checked