Commit fd96ee02b52233b9f60eee8d34734e75d8fa0448

Authored by Adhidarma Hadiwinoto
1 parent 3d53a09742
Exists in master

penanganan nomor expired

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

partner-scrappingkisel.js
... ... @@ -86,6 +86,10 @@ function topupRequest(task) {
86 86  
87 87 response_code = '14';
88 88  
  89 + } else if (message == "Phone number is expired") {
  90 +
  91 + response_code = '14';
  92 +
89 93 } else if (message == "Duplicate transaction") {
90 94  
91 95 response_code = '55';