@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.
- package/ams-checkout.js +3 -3
- package/dist/ams-checkout.min.js +1 -1
- package/dist/ams-checkout.min.js.map +1 -1
- package/esm/config/index.js +1 -1
- package/esm/core/component/element/modernElementController/index.js +3 -4
- package/esm/modern/tools.js +1 -1
- package/esm/util/logger.js +1 -1
- package/package.json +1 -1
- package/types.d.ts +0 -2
- package/types.untrimmed.d.ts +0 -2
package/esm/util/logger.js
CHANGED
package/package.json
CHANGED
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;
|
package/types.untrimmed.d.ts
CHANGED
|
@@ -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;
|