Commit 5a78b49fa17ed47738f20b42019a532fd4dfd86c

Authored by Adhidarma Hadiwinoto
1 parent 5849195e3e
Exists in master

soapaction

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

partner-kospinjasa.js
... ... @@ -112,7 +112,8 @@ function topupRequestSoapDIY(task, params, retry) {
112 112 method: "POST",
113 113 headers: {
114 114 'Content-Type': 'application/soap+xml',
115   - 'Content-Length': Buffer.byteLength(message)
  115 + 'Content-Length': Buffer.byteLength(message),
  116 + 'SOAPAction': 'billpayment'
116 117 }
117 118 };
118 119