Commit 655aff866b6c586191548628439784af99ebb920

Authored by Adhidarma Hadiwinoto
1 parent 002f8976e2
Exists in master

bersih2

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

partner-bayarkilat.js
... ... @@ -278,10 +278,10 @@ function parseResponse(body, task) {
278 278 if (parseInt(responseCode) == 0) {
279 279 st24rc = '00';
280 280 }
281   - else if (parseInt(responseCode) == '99') {
  281 + else if (parseInt(responseCode) == 99) {
282 282 st24rc = '68'
283 283 }
284   - else if (parseInt(responseCode) == '201') {
  284 + else if (parseInt(responseCode) == 201) {
285 285 st24rc = '68'
286 286 }
287 287 else if (message.indexOf('Transaksi sedang dalam proses') >= 0) {