Commit cb49ed9c41d0ecc34f154478a26d355668b9ee3a

Authored by Adhidarma Hadiwinoto
1 parent fc6f0278c7
Exists in master

typo again

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

partner-simplepay.js
... ... @@ -151,7 +151,7 @@ function _responseBodyHandler(responseBody, task) {
151 151 if (responseInfo == 'insufficient balance') {
152 152 rc = '91';
153 153 }
154   - callbackReport(task.requestId, '91', [responeStatus, responseInfo].join(': '), {task: task});
  154 + callbackReport(task.requestId, '91', [responseStatus, responseInfo].join(': '), {task: task});
155 155 return;
156 156 }
157 157