Commit 48b079b5338ac0b7f903d14748f7d6ca96a35453
1 parent
6a81df702f
Exists in
master
fill sn with null at init
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-misc.js
... | ... | @@ -135,7 +135,7 @@ function processPartnerResponseBody(body, task) { |
135 | 135 | trx_id: taskTrxId || responseRequestId, |
136 | 136 | rc: '68', |
137 | 137 | message: messages.join('. ') + '.', |
138 | - sn: '', | |
138 | + sn: null, | |
139 | 139 | handler: config.handler_name, |
140 | 140 | amount: responseAmount, |
141 | 141 | balance: responseBalance, |