Commit 40403496019e8c64634ddee472a64b5fbcc3a93d

Authored by Adhidarma Hadiwinoto
1 parent 7539934e31
Exists in master and in 1 other branch dev

Perbaikan parameter report_port dan report_ip pada topup

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

lib/listener-partner/routers/topup.js
... ... @@ -64,8 +64,8 @@ async function pageIndex(req, res) {
64 64 product_name: req.body.product_name || req.query.product_name,
65 65 destination: req.body.destination || req.query.destination,
66 66 origin: config.name || 'HTTPGETX',
67   - origin_report_ip: config.listener.core.ip || null,
68   - origin_report_port: config.listener.core.port,
  67 + report_ip: config.listener.core.ip || null,
  68 + report_port: config.listener.core.port,
69 69 reverse_url: req.body.reverse_url || req.query.reverse_url || null,
70 70 },
71 71 });