@alipay/ams-checkout 0.0.1710212811-dev.1 → 0.0.1710212811-dev.10

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.
@@ -138,11 +138,11 @@ export interface IpaymentSessionMetaData {
138
138
  extendInfo?: {
139
139
  merchantCapabilities?: string[];
140
140
  supportedNetworks?: string[];
141
- merchantName?: string;
142
141
  };
143
142
  merchantInfo?: {
144
143
  registeredCountry?: string;
145
144
  partnerId?: string;
145
+ merchantName?: string;
146
146
  };
147
147
  order?: {
148
148
  orderDescription: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1710212811-dev.1",
3
+ "version": "0.0.1710212811-dev.10",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",
File without changes
File without changes