q-koa 12.1.1 → 12.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/core/app.js CHANGED
@@ -1976,6 +1976,7 @@ APP.Validator = Validator
1976
1976
  APP.ServiceError = ServiceError
1977
1977
  APP.TransactionError = TransactionError
1978
1978
  APP.moment = moment
1979
+ APP.is_dev = is_dev
1979
1980
 
1980
1981
  global.moment = moment
1981
1982
  global.Sequelize = Sequelize
@@ -1358,6 +1358,7 @@ exports.refund_notify = async (ctx) => {
1358
1358
  total_fee,
1359
1359
  refund_fee,
1360
1360
  refund_desc,
1361
+ transaction_id: transactionid,
1361
1362
  } = refundResult
1362
1363
 
1363
1364
  const refund_price = Number(refund_fee) / 100
@@ -1383,6 +1384,7 @@ exports.refund_notify = async (ctx) => {
1383
1384
  type,
1384
1385
  out_refund_no,
1385
1386
  remark: refund_desc,
1387
+ transactionid,
1386
1388
  })
1387
1389
  }
1388
1390
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "q-koa",
3
- "version": "12.1.1",
3
+ "version": "12.1.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {