Commit dc4d6ceb7d5fe342b6ce3f74f9d2dc1f6de9f84f

Authored by Adhidarma Hadiwinoto
1 parent 5e9772acf2
Exists in master

typo fix

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

partner-simplepay.js
... ... @@ -147,7 +147,7 @@ function _responseBodyHandler(responseBody, task) {
147 147 const responseStatus = _getPropertyFromObjectSafe(response, status);
148 148 const responseInfo = _getPropertyFromObjectSafe(response, info);
149 149  
150   - if (responseStatis == 'Error') {
  150 + if (responseStatus == 'Error') {
151 151 if (responseInfo == 'insufficient balance') {
152 152 rc = '91';
153 153 }