@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.
@@ -1826,6 +1826,7 @@ declare enum CheckoutButtonMethodType {
1826
1826
  APPLEPAY = "applepay",
1827
1827
  AMAZON_PAY_V2 = "amazonpay",
1828
1828
  BRAINTREE_PAYPAL = "braintreepaypal",
1829
+ BRAINTREE_PAYPALV2 = "braintreepaypalv2",
1829
1830
  BRAINTREE_VENMO = "braintreevenmo",
1830
1831
  BRAINTREE_PAYPAL_CREDIT = "braintreepaypalcredit",
1831
1832
  BRAINTREE_PAYPAL_CREDITV2 = "braintreepaypalcreditv2",