Commit 8ccd0140bec432c2829562d739a728f8199f849b

Authored by Adhidarma Hadiwinoto
1 parent 68bd2319b6
Exists in master

hapus port

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

partner-kospinjasa.js
... ... @@ -61,7 +61,8 @@ 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.apih2h.apih2hPort.billpayment({inputCheck: params}, function(err, result) {
  64 + //soapClient.apih2h.apih2hPort.billpayment({inputCheck: params}, function(err, result) {
  65 + soapClient.billpayment({inputCheck: params}, function(err, result) {
65 66  
66 67 if (err) {
67 68 logger.warn('Error requesting service', {err: err});