Commit e2e928e50c6fac5ae7b39fb41dc9a44c01802b62

Authored by Adhidarma Hadiwinoto
1 parent aa561d430c
Exists in master

typo

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

partner-kospinjasa.js
... ... @@ -218,7 +218,7 @@ function topupResponseHandler(task, response) {
218 218 try {
219 219 sn = response.outputParameter.bit61.$value.substring(43);
220 220 }
221   - except(e) {
  221 + catch(e) {
222 222 sn = '';
223 223 }
224 224