@bigcommerce/checkout-sdk 1.757.1 → 1.758.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 +0 -1
- 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/WithStripeOCSPaymentInitializeOptions.md +0 -7
- package/package.json +1 -1
package/dist/checkout-sdk.d.ts
CHANGED
|
@@ -9433,7 +9433,6 @@ declare interface WithSquareV2PaymentInitializeOptions {
|
|
|
9433
9433
|
}
|
|
9434
9434
|
|
|
9435
9435
|
declare interface WithStripeOCSPaymentInitializeOptions {
|
|
9436
|
-
stripeupe?: StripeOCSPaymentInitializeOptions;
|
|
9437
9436
|
stripeocs?: StripeOCSPaymentInitializeOptions;
|
|
9438
9437
|
}
|
|
9439
9438
|
|