Commit 57cfab2f3fda65b17d60a4ea235a23c7ffa8bcbb

Authored by Adhidarma Hadiwinoto
1 parent c87c3a687f
Exists in master

debug

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

partner-simplepay.js
... ... @@ -403,7 +403,7 @@ function createReverseHttpServer() {
403 403 res.writeHead(200);
404 404 res.end('OK');
405 405  
406   - logger.info('Got reverse report', {body: body});
  406 + logger.info('Got reverse report with POST method', {body: body});
407 407  
408 408 reverseReportHandler('?' + body);
409 409 });