Commit efdf72c3e9693ea207b728d922cb12b4f9b8fff3
1 parent
cd46141719
Exists in
master
a little typo
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-simplepay.js
... | ... | @@ -236,7 +236,7 @@ function _hitTopup(task, isCheckStatus) { |
236 | 236 | } |
237 | 237 | } |
238 | 238 | |
239 | - logger.verbose('Requeting to partner', {requestOptions: requestOptions}); | |
239 | + logger.verbose('Requesting to partner', {requestOptions: requestOptions}); | |
240 | 240 | |
241 | 241 | request.post(requestOptions, function(error, response, body) { |
242 | 242 | if (error) { |