Commit ba1957a813368229a7d4894b39387af5a7ae3598

Authored by Adhidarma Hadiwinoto
1 parent 0bb34ba529
Exists in master

resync npm packages

Showing 2 changed files with 4 additions and 3 deletions Side-by-side Diff

... ... @@ -77,6 +77,7 @@ function report(trx_id, rc, message, sn) {
77 77 qs: {
78 78 trx_id: trx_id,
79 79 rc: rc,
  80 + amount: config.product_price ? config.product_price : null,
80 81 message: message,
81 82 handler: config.handler_name
82 83 }
... ... @@ -4,10 +4,10 @@
4 4 "description": "Contoh dummy gateway / handler komodo",
5 5 "main": "index.js",
6 6 "dependencies": {
7   - "moment": "^2.17.1",
8   - "request": "^2.79.0",
  7 + "moment": "^2.22.2",
  8 + "request": "^2.87.0",
9 9 "strftime": "^0.9.2",
10   - "winston": "^2.3.0",
  10 + "winston": "^2.4.3",
11 11 "winston-daily-rotate-file": "^1.4.0"
12 12 },
13 13 "devDependencies": {},