Commit a3f916a2be447a5777cb18c15320f27867b33f40

Authored by Adhidarma Hadiwinoto
1 parent 7493f7ed3c
Exists in master

apih2h

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

partner-kospinjasa.js
... ... @@ -55,7 +55,7 @@ function topupRequest(task, retry) {
55 55 args.signature = signature;
56 56  
57 57 logger.info('Requesting to service', {url: config.h2h_out.partner, args: args});
58   - client.billpayment(args, function(err, result) {
  58 + client.apih2h.billpayment(args, function(err, result) {
59 59 if (err) {
60 60 logger.warn('Error requesting service', {err: err});
61 61 callbackReport(task.requestId, '68', 'something wrong');