q-koa 12.1.2 → 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.
|
@@ -1358,6 +1358,8 @@ exports.refund_notify = async (ctx) => {
|
|
|
1358
1358
|
total_fee,
|
|
1359
1359
|
refund_fee,
|
|
1360
1360
|
refund_desc,
|
|
1361
|
+
transaction_id: transactionid,
|
|
1362
|
+
refund_id: refundid,
|
|
1361
1363
|
} = refundResult
|
|
1362
1364
|
|
|
1363
1365
|
const refund_price = Number(refund_fee) / 100
|
|
@@ -1383,6 +1385,8 @@ exports.refund_notify = async (ctx) => {
|
|
|
1383
1385
|
type,
|
|
1384
1386
|
out_refund_no,
|
|
1385
1387
|
remark: refund_desc,
|
|
1388
|
+
transactionid,
|
|
1389
|
+
refundid,
|
|
1386
1390
|
})
|
|
1387
1391
|
}
|
|
1388
1392
|
|