Commit 63698b997963d5b7cebfb6d2092592ee2853477c

Authored by Adhidarma Hadiwinoto
1 parent 4e6915c9b3
Exists in master

config.partner.reverse_report_using_rc_local

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

lib/irs/reverse-report.js
... ... @@ -15,7 +15,7 @@ const localRc = fs.existsSync(__dirname + '/../../rc-local.json') ? require('../
15 15 function processPartnerReport(qs) {
16 16 let rc = '68';
17 17  
18   - if (config.partner.reverse_report_irs_using_rc_local && localRc && qs.statuscode) {
  18 + if (config.partner.reverse_report_using_rc_local && localRc && qs.statuscode) {
19 19 rc = localRc[qs.statuscode] || '40';
20 20 } else if (qs.statuscode === '1') {
21 21 rc = '00';