@alipay/ams-checkout 0.0.1763473512-dev.0 → 0.0.1763473512-dev.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.
package/README.md CHANGED
@@ -20,7 +20,7 @@ The front-end cashier sdk can be integrated once to quickly access payment metho
20
20
  [tnpm-deps-url]: https://hitu.antgroup-inc.cn/package/@alipay/ams-checkout/deps
21
21
  [tnpm-versions-url]: https://hitu.antgroup-inc.cn/package/@alipay/ams-checkout/versions
22
22
 
23
- ---
23
+ --------------------
24
24
 
25
25
  ## Features
26
26
 
@@ -180,6 +180,9 @@ export interface PaymentMountOptions extends BaseMountOptions {
180
180
  'radius-button': string;
181
181
  'warpper-padding': string;
182
182
  }>>;
183
+ card?: {
184
+ showBrandIcon?: boolean;
185
+ };
183
186
  };
184
187
  notRedirectAfterComplete?: boolean;
185
188
  merchantAppointParam?: IMerchantAppointParam;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1763473512-dev.0",
3
+ "version": "0.0.1763473512-dev.1",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",