Commit 0ce2484a6ed788d39882a0e390d667150d8dd588
1 parent
c612c9017a
Exists in
master
and in
1 other branch
Add log on including terminal location
Showing 1 changed file with 6 additions and 0 deletions Side-by-side Diff
lib/partner-listener/routers/topup.js
... | ... | @@ -87,6 +87,12 @@ async function pageIndex(req, res) { |
87 | 87 | || req.query.location_id; |
88 | 88 | |
89 | 89 | if (location) { |
90 | + logger.verbose(`${MODULE_NAME} 5C41FBFA: Including location from partner request`, { | |
91 | + xid, | |
92 | + terminalName, | |
93 | + location, | |
94 | + }); | |
95 | + | |
90 | 96 | qs.location = location; |
91 | 97 | } |
92 | 98 | } |