Commit eb07a30ad7d6d2c4e17fd7012ab3040306a30a57

Authored by Adhidarma Hadiwinoto
1 parent 251e1dc345
Exists in master

tangani undefined error

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

partner-scrappingkisel.js
... ... @@ -74,6 +74,10 @@ function topupRequest(task) {
74 74  
75 75 response_code = '40';
76 76  
  77 + if (message == 'Undefined error') {
  78 +
  79 + response_code = '40';
  80 +
77 81 } else if (message == "Phone number's not found") {
78 82  
79 83 response_code = '14';