@be-link/ecommerce-trade-service-node-sdk 0.0.48 → 0.0.49

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.
@@ -122,7 +122,7 @@ export declare namespace PosCoreService {
122
122
  namespace Response {
123
123
  interface IOrderCreate {
124
124
  orderId: string;
125
- wxPaymentParam: {
125
+ wxPaymentParam?: {
126
126
  appId: string;
127
127
  timeStamp: string;
128
128
  nonceStr: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-trade-service-node-sdk",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "description": "EcommerceTradeService Node.js SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",