q-koa 9.4.0 → 9.4.1

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.
@@ -1005,6 +1005,7 @@ exports.notify = async (ctx) => {
1005
1005
  order: model,
1006
1006
  order_price,
1007
1007
  transactionid,
1008
+ out_trade_no: result.xml.out_trade_no,
1008
1009
  })
1009
1010
  }
1010
1011
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "q-koa",
3
- "version": "9.4.0",
3
+ "version": "9.4.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {