Commit 6a4a91626d815b6d7dd337d56e3b5f6333582510
1 parent
d4db1a32fd
Exists in
master
96 jadi 68
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-masterpulsa-voucher.js
... | ... | @@ -140,7 +140,7 @@ function getST24ResponseCode(supplierResponseCode) { |
140 | 140 | else if (supplierResponseCode == '15') { |
141 | 141 | st24rc = '14'; |
142 | 142 | } |
143 | - else if (['05', '18', '63', '68'].indexOf(supplierResponseCode) >= 0) { | |
143 | + else if (['05', '18', '63', '68', '96'].indexOf(supplierResponseCode) >= 0) { | |
144 | 144 | st24rc = '68'; |
145 | 145 | } |
146 | 146 | else if (supplierResponseCode == '67') { |