q-koa 12.1.3 → 12.1.4

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.
@@ -1359,6 +1359,7 @@ exports.refund_notify = async (ctx) => {
1359
1359
  refund_fee,
1360
1360
  refund_desc,
1361
1361
  transaction_id: transactionid,
1362
+ refund_id: refundid,
1362
1363
  } = refundResult
1363
1364
 
1364
1365
  const refund_price = Number(refund_fee) / 100
@@ -1385,6 +1386,7 @@ exports.refund_notify = async (ctx) => {
1385
1386
  out_refund_no,
1386
1387
  remark: refund_desc,
1387
1388
  transactionid,
1389
+ refundid,
1388
1390
  })
1389
1391
  }
1390
1392
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "q-koa",
3
- "version": "12.1.3",
3
+ "version": "12.1.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {