@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/docs/README.md CHANGED
@@ -159,7 +159,6 @@
159
159
  - [BraintreeStoredCardFieldOptions](interfaces/BraintreeStoredCardFieldOptions.md)
160
160
  - [BraintreeStoredCardFieldsMap](interfaces/BraintreeStoredCardFieldsMap.md)
161
161
  - [BraintreeThreeDSecureOptions](interfaces/BraintreeThreeDSecureOptions.md)
162
- - [BraintreeVenmoInitializeOptions](interfaces/BraintreeVenmoInitializeOptions.md)
163
162
  - [BraintreeVerifyPayload](interfaces/BraintreeVerifyPayload.md)
164
163
  - [BraintreeVisaCheckoutPaymentInitializeOptions](interfaces/BraintreeVisaCheckoutPaymentInitializeOptions.md)
165
164
  - [BrowserInfo](interfaces/BrowserInfo.md)
@@ -17,7 +17,6 @@ current checkout flow.
17
17
 
18
18
  - [bluesnapv2](BasePaymentInitializeOptions.md#bluesnapv2)
19
19
  - [braintree](BasePaymentInitializeOptions.md#braintree)
20
- - [braintreevenmo](BasePaymentInitializeOptions.md#braintreevenmo)
21
20
  - [braintreevisacheckout](BasePaymentInitializeOptions.md#braintreevisacheckout)
22
21
  - [creditCard](BasePaymentInitializeOptions.md#creditcard)
23
22
  - [gatewayId](BasePaymentInitializeOptions.md#gatewayid)
@@ -47,15 +46,6 @@ They can be omitted unless you need to support Braintree.
47
46
 
48
47
  ___
49
48
 
50
- ### braintreevenmo
51
-
52
- • `Optional` **braintreevenmo**: [`BraintreeVenmoInitializeOptions`](BraintreeVenmoInitializeOptions.md)
53
-
54
- The options that are required to initialize the Braintree Venmo payment method.
55
- They can be omitted unless you need to support Braintree Venmo.
56
-
57
- ___
58
-
59
49
  ### braintreevisacheckout
60
50
 
61
51
  • `Optional` **braintreevisacheckout**: [`BraintreeVisaCheckoutPaymentInitializeOptions`](BraintreeVisaCheckoutPaymentInitializeOptions.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.788.3",
3
+ "version": "1.788.4",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",
@@ -1,18 +0,0 @@
1
- [@bigcommerce/checkout-sdk](../README.md) / BraintreeVenmoInitializeOptions
2
-
3
- # Interface: BraintreeVenmoInitializeOptions
4
-
5
- ## Table of contents
6
-
7
- ### Properties
8
-
9
- - [allowDesktop](BraintreeVenmoInitializeOptions.md#allowdesktop)
10
-
11
- ## Properties
12
-
13
- ### allowDesktop
14
-
15
- • `Optional` **allowDesktop**: `boolean`
16
-
17
- 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
18
- If no value is specified, it will be true