Commit 27c02628e1a4ada09b666ef2e0ad86e06ef96566
1 parent
7aac5a1006
Exists in
master
hapus topupRequestHttpGet
Showing 1 changed file with 0 additions and 20 deletions Side-by-side Diff
partner-irs.js
... | ... | @@ -100,26 +100,6 @@ function getResponseCodeByMessage(msg) { |
100 | 100 | } |
101 | 101 | } |
102 | 102 | |
103 | -function topupRequestHttpGet(task, retry) { | |
104 | - | |
105 | - var options = { | |
106 | - method: 'GET', | |
107 | - url: config.h2h_out.partner, | |
108 | - qs: { | |
109 | - id: config.h2h_out.userid, | |
110 | - pin: config.h2h_out.pin, | |
111 | - user: config.h2h_out.user, | |
112 | - pass: config.h2h_put.password, | |
113 | - kodeproduk: task.remoteProduct, | |
114 | - tujuan: task.destination, | |
115 | - idtrx: task.requestId | |
116 | - } | |
117 | - } | |
118 | - | |
119 | - request(options, function(err, res, body) { | |
120 | - }); | |
121 | -} | |
122 | - | |
123 | 103 | function topupRequestXMLRPC(task, retry) { |
124 | 104 | var partnerUrl = url.parse(config.h2h_out.partner); |
125 | 105 | var clientOptions = { |