Blame view
lib/callback/handler-prepaid.js
171 Bytes
d4661aa84
|
1 2 3 4 5 6 7 8 9 |
module.exports = (req, res) => { const { xid } = res.locals; res.json({ status: 'OK', error: null, ts: new Date(), xid, }); }; |
d4661aa84
|
1 2 3 4 5 6 7 8 9 |
module.exports = (req, res) => { const { xid } = res.locals; res.json({ status: 'OK', error: null, ts: new Date(), xid, }); }; |