Commit cd0b8704701a8898a218e5086df034d9e3184687

Authored by Adhidarma Hadiwinoto
1 parent 08f290bce0
Exists in master

Include original rc on message

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

... ... @@ -134,6 +134,11 @@ function processPartnerResponse(resObj, task) {
134 134 }
135 135  
136 136 let st24Message = resObj.message;
  137 +
  138 + if (resObj && resObj.rc) {
  139 + st24Message += '| KOMODORC: ' + resObj.rc;
  140 + }
  141 +
137 142 if (resObj.sn) {
138 143 let sn = resObj.sn;
139 144 if (sn.indexOf('/') >= 0) {