Commit 9328f62c424f9cc42077a7edc624f98fde1678cf

Authored by Adhidarma Hadiwinoto
1 parent f23920e222
Exists in master

perbaikan typo

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

... ... @@ -113,7 +113,7 @@ function topupResponseHandler(body, request_id) {
113 113 var response = {
114 114 raw: '',
115 115 parsed: {
116   - MESSAGE: 'Got empty response from partner';
  116 + MESSAGE: 'Got empty response from partner'
117 117 }
118 118 }
119 119 aaa.pushResponseToMongoDb(request_id, response, '68');
... ... @@ -129,7 +129,7 @@ function topupResponseHandler(body, request_id) {
129 129 var response = {
130 130 raw: body,
131 131 parsed: {
132   - MESSAGE: 'Error parsing partner message: ' + err;
  132 + MESSAGE: 'Error parsing partner message: ' + err
133 133 }
134 134 }
135 135