Commit 777c49c56f889fbdd434f753a29557071ba0a54a
1 parent
f2b23f8825
Exists in
master
hapus forceSoap12Headers
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-kospinjasa.js
... | ... | @@ -57,7 +57,7 @@ function topupRequest(task, retry) { |
57 | 57 | |
58 | 58 | function topupRequestSoap(task, params, retry) { |
59 | 59 | |
60 | - soap.createClient(config.h2h_out.partner, {forceSoap12Headers: true}, function(err, soapClient) { | |
60 | + soap.createClient(config.h2h_out.partner, function(err, soapClient) { | |
61 | 61 | |
62 | 62 | logger.info('Requesting to service', {url: config.h2h_out.partner, params: params}); |
63 | 63 |