Commit eda700a6428f05f56e03bd3ab8ec5bb33bbd677c

Authored by Adhidarma Hadiwinoto
1 parent b7b1554e71
Exists in master

urn:apih2h#billpayment

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

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