@be-link/ecommerce-trade-service-node-sdk 0.1.36 → 0.1.37

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.
package/consts.d.ts CHANGED
@@ -15,6 +15,6 @@ export declare const PayChannelMap: Record<ENUM.PayChannel, string>;
15
15
  export declare const PayPlatformMap: Record<ENUM.PayPlatform, string>;
16
16
  export declare const PayWayMap: Record<ENUM.PayWay, string>;
17
17
  /** 交易 MQ */
18
- export declare const TradeVHOST = "etrade";
18
+ export declare const TradeVHOST = "ecommerce";
19
19
  export declare const POSTopicName = "trade-positive-topic";
20
20
  export declare const ROSTopicName = "trade-reverse-topic";
package/consts.js CHANGED
@@ -98,7 +98,7 @@ exports.PayWayMap = {
98
98
  [enums_1.ENUM.PayWay.VOUCHER]: '核销券',
99
99
  };
100
100
  /** 交易 MQ */
101
- exports.TradeVHOST = 'etrade';
101
+ exports.TradeVHOST = 'ecommerce';
102
102
  // 交易 正向订单 TOPIC
103
103
  exports.POSTopicName = 'trade-positive-topic';
104
104
  // 逆向订单 TOPIC
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-trade-service-node-sdk",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
4
4
  "description": "EcommerceTradeService Node.js SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",