@alipay/ams-checkout 0.0.1779094014-dev.21 → 0.0.1779094014-dev.24

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.
@@ -296,6 +296,6 @@ export var LogConfig = {
296
296
  version: 'iteration/20231021',
297
297
  mdata: {
298
298
  firstLogTime: Date.now(),
299
- sdkVersion: "0.0.1779094014-dev.21"
299
+ sdkVersion: "0.0.1779094014-dev.24"
300
300
  }
301
301
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1779094014-dev.21",
3
+ "version": "0.0.1779094014-dev.24",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "type": "module",
package/types.d.ts CHANGED
@@ -3281,8 +3281,6 @@ export declare interface ExpressAppConfig extends BaseAppearance<AppearanceSetti
3281
3281
  * Passing amount at creation time is ignored — the initial amount
3282
3282
  * comes from the server-side sdkQuery result (renderData.paymentAmount).
3283
3283
  *
3284
- * `value` must be a positive integer string in **minor currency units** (ISO 4217).
3285
- * Examples: USD $1.00 → "100", JPY ¥1 → "1", EUR €9.99 → "999"
3286
3284
  */
3287
3285
  amount?: {
3288
3286
  currency: string;
@@ -3692,8 +3692,6 @@ export declare interface ExpressAppConfig extends BaseAppearance<AppearanceSetti
3692
3692
  * Passing amount at creation time is ignored — the initial amount
3693
3693
  * comes from the server-side sdkQuery result (renderData.paymentAmount).
3694
3694
  *
3695
- * `value` must be a positive integer string in **minor currency units** (ISO 4217).
3696
- * Examples: USD $1.00 → "100", JPY ¥1 → "1", EUR €9.99 → "999"
3697
3695
  */
3698
3696
  amount?: {
3699
3697
  currency: string;