Commit 107e59bd89498873d46b4c0cb7727f5f04ac4f57
1 parent
eda700a642
Exists in
master
balik pakai node-soap
Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff
partner-kospinjasa.js
... | ... | @@ -59,7 +59,8 @@ function topupRequest(task, retry) { |
59 | 59 | var signature = createSignature(params, config.h2h_out.password); |
60 | 60 | params.signature = signature; |
61 | 61 | |
62 | - topupRequestSoapDIY(task, params, retry); | |
62 | + //topupRequestSoapDIY(task, params, retry); | |
63 | + topupRequestSoap(task, params, retry); | |
63 | 64 | } |
64 | 65 | |
65 | 66 | function topupRequestSoap(task, params, retry) { |