q-koa 12.1.2 → 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.
@@ -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.2",
3
+ "version": "12.1.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {