@bigcommerce/checkout-sdk 1.788.3 → 1.788.4
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 -13
- 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/README.md +0 -1
- package/docs/interfaces/BasePaymentInitializeOptions.md +0 -10
- package/package.json +1 -1
- package/docs/interfaces/BraintreeVenmoInitializeOptions.md +0 -18
package/dist/checkout-sdk.d.ts
CHANGED
|
@@ -770,11 +770,6 @@ declare interface BasePaymentInitializeOptions extends PaymentRequestOptions {
|
|
|
770
770
|
* They can be omitted unless you need to support PayPal Express.
|
|
771
771
|
*/
|
|
772
772
|
paypalexpress?: PaypalExpressPaymentInitializeOptions;
|
|
773
|
-
/**
|
|
774
|
-
* The options that are required to initialize the Braintree Venmo payment method.
|
|
775
|
-
* They can be omitted unless you need to support Braintree Venmo.
|
|
776
|
-
*/
|
|
777
|
-
braintreevenmo?: BraintreeVenmoInitializeOptions;
|
|
778
773
|
}
|
|
779
774
|
|
|
780
775
|
declare interface BigCommercePaymentsAlternativeMethodsButtonInitializeOptions {
|
|
@@ -2444,14 +2439,6 @@ declare interface BraintreeThreeDSecureOptions {
|
|
|
2444
2439
|
};
|
|
2445
2440
|
}
|
|
2446
2441
|
|
|
2447
|
-
declare interface BraintreeVenmoInitializeOptions {
|
|
2448
|
-
/**
|
|
2449
|
-
* An option that can provide different payment authorization methods, for more information use the following link: https://developer.paypal.com/braintree/docs/guides/venmo/client-side/javascript/v3/#desktop-qr-code
|
|
2450
|
-
* If no value is specified, it will be true
|
|
2451
|
-
*/
|
|
2452
|
-
allowDesktop?: boolean;
|
|
2453
|
-
}
|
|
2454
|
-
|
|
2455
2442
|
declare interface BraintreeVerifyPayload {
|
|
2456
2443
|
nonce: string;
|
|
2457
2444
|
details?: {
|