Commit f2b23f8825000b469aa1309753354ea137693eae

Authored by Adhidarma Hadiwinoto
1 parent 6cca233033
Exists in master

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, function(err, soapClient) {
  60 + soap.createClient(config.h2h_out.partner, {forceSoap12Headers: true}, function(err, soapClient) {
61 61  
62 62 logger.info('Requesting to service', {url: config.h2h_out.partner, params: params});
63 63