@bigcommerce/checkout-sdk 1.262.0 → 1.262.3

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/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.262.3](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.262.2...v1.262.3) (2022-07-01)
6
+
7
+ ### [1.262.2](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.262.1...v1.262.2) (2022-06-30)
8
+
9
+
10
+ ### Code Refactoring
11
+
12
+ * **payment:** PAYPAL-1534 removed Braintree v2 button strategies names ([#1484](https://github.com/bigcommerce/checkout-sdk-js/issues/1484)) ([5533d96](https://github.com/bigcommerce/checkout-sdk-js/commit/5533d96002a119a5eaff92872b2cc9b21e38e6db))
13
+
14
+ ### [1.262.1](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.262.0...v1.262.1) (2022-06-30)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **payment:** CHECKOUT-6790 Fix phone number with apple pay ([#1481](https://github.com/bigcommerce/checkout-sdk-js/issues/1481)) ([3ca3720](https://github.com/bigcommerce/checkout-sdk-js/commit/3ca3720d7fbc8cdbeedb61538b9fe81214a99955))
20
+
5
21
  ## [1.262.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.261.0...v1.262.0) (2022-06-30)
6
22
 
7
23
 
@@ -406,10 +406,8 @@ declare enum CheckoutButtonMethodType {
406
406
  APPLEPAY = "applepay",
407
407
  AMAZON_PAY_V2 = "amazonpay",
408
408
  BRAINTREE_PAYPAL = "braintreepaypal",
409
- BRAINTREE_PAYPALV2 = "braintreepaypalv2",
410
409
  BRAINTREE_VENMO = "braintreevenmo",
411
410
  BRAINTREE_PAYPAL_CREDIT = "braintreepaypalcredit",
412
- BRAINTREE_PAYPAL_CREDITV2 = "braintreepaypalcreditv2",
413
411
  GOOGLEPAY_ADYENV2 = "googlepayadyenv2",
414
412
  GOOGLEPAY_ADYENV3 = "googlepayadyenv3",
415
413
  GOOGLEPAY_AUTHORIZENET = "googlepayauthorizenet",