Commit b9ba8c144e18a7efa8516dd73eb4a325f6b04e61

Authored by Adhidarma Hadiwinoto
1 parent b9ca3e735f
Exists in master

68

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

... ... @@ -56,7 +56,7 @@ function createXmlPayload(params) {
56 56 ]
57 57 });
58 58  
59   - //logger.verbose(payload);
  59 + logger.verbose("Payload: " + payload);
60 60 return payload;
61 61 }
62 62  
... ... @@ -123,6 +123,9 @@ function topupResponseHandler(body) {
123 123 rc = '00';
124 124 } else {
125 125 rc = supplierRcToST24Rc(result.ciwaru.rc[0]);
  126 + if (!rc) {
  127 + rc = '68';
  128 + }
126 129 }
127 130  
128 131 callbackReport(trxid, rc, message);