Commit 5cb04b2190f147344b33c533eef8ede353260320

Authored by Adhidarma Hadiwinoto
1 parent fab0417865
Exists in master

perbaikan incoming msg from evo

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

... ... @@ -52,7 +52,7 @@ function createHttpListener() {
52 52 logger.verbose('Incoming message from EVO', {qs: qs});
53 53 response.end('OK');
54 54  
55   - sendMessage(qs.PhoneNumber, qs.text);
  55 + sendMessage(qs.to, qs.msg);
56 56 });
57 57  
58 58 httpServer.listen(config.globals.listen_port, function(){