Commit 6cca233033614aa635d64629719600c2362f1cc3

Authored by Adhidarma Hadiwinoto
1 parent 3899d98168
Exists in master

kembali lengkap dengan port

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

partner-kospinjasa.js
... ... @@ -61,7 +61,7 @@ function topupRequestSoap(task, params, retry) {
61 61  
62 62 logger.info('Requesting to service', {url: config.h2h_out.partner, params: params});
63 63  
64   - soapClient.billpayment({ inputCheck: params }, function(err, result) {
  64 + soapClient.apih2h.apih2hPort.billpayment({ inputCheck: params }, function(err, result) {
65 65  
66 66 logger.info('Got response', {lastRequest: soapClient.lastRequest});
67 67