@bigcommerce/checkout-sdk 1.251.0 → 1.252.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.
@@ -9,6 +9,7 @@
9
9
  * [AMAZON_PAY_V2](checkoutbuttonmethodtype.md#amazon_pay_v2)
10
10
  * [APPLEPAY](checkoutbuttonmethodtype.md#applepay)
11
11
  * [BRAINTREE_PAYPAL](checkoutbuttonmethodtype.md#braintree_paypal)
12
+ * [BRAINTREE_PAYPALV2](checkoutbuttonmethodtype.md#braintree_paypalv2)
12
13
  * [BRAINTREE_PAYPAL_CREDIT](checkoutbuttonmethodtype.md#braintree_paypal_credit)
13
14
  * [BRAINTREE_PAYPAL_CREDITV2](checkoutbuttonmethodtype.md#braintree_paypal_creditv2)
14
15
  * [BRAINTREE_VENMO](checkoutbuttonmethodtype.md#braintree_venmo)
@@ -45,6 +46,12 @@ ___
45
46
 
46
47
  ___
47
48
 
49
+ ### BRAINTREE_PAYPALV2
50
+
51
+ • **BRAINTREE_PAYPALV2**: = "braintreepaypalv2"
52
+
53
+ ___
54
+
48
55
  ### BRAINTREE_PAYPAL_CREDIT
49
56
 
50
57
  • **BRAINTREE_PAYPAL_CREDIT**: = "braintreepaypalcredit"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.251.0",
3
+ "version": "1.252.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",