@bigcommerce/checkout-sdk 1.753.0 → 1.754.0
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/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.d.ts +1 -0
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/dist/hosted-form-v2-iframe-host.js +1 -1
- package/dist/hosted-form-v2-iframe-host.umd.js +1 -1
- package/docs/interfaces/PaymentMethod.md +7 -0
- package/package.json +1 -1
package/dist/checkout-sdk.d.ts
CHANGED
|
@@ -7790,6 +7790,7 @@ declare interface PaymentMethod<T = any> {
|
|
|
7790
7790
|
initializationData?: T;
|
|
7791
7791
|
returnUrl?: string;
|
|
7792
7792
|
initializationStrategy?: InitializationStrategy;
|
|
7793
|
+
skipRedirectConfirmationAlert: boolean;
|
|
7793
7794
|
}
|
|
7794
7795
|
|
|
7795
7796
|
declare interface PaymentMethodConfig {
|