Commit 75e0f7eb8221c429cc88d07e4e78b60bedc95d02

Authored by Adhidarma Hadiwinoto
1 parent f83cb69da7
Exists in master

penanganan system Cut-Off

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

... ... @@ -146,7 +146,7 @@ function processPartnerResponseBody(body, task) {
146 146 }
147 147  
148 148 if (responseStatus == 'Error') {
149   - if (responseInfo == 'insufficient balance') {
  149 + if (responseInfo == ['insufficient balance', 'System Cut-Off'] >= 0) {
150 150 coreReportData.rc = '91';
151 151 }
152 152