@bigcommerce/checkout-sdk 1.674.0 → 1.675.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.
@@ -31,8 +31,10 @@ service.initializePayment({
31
31
 
32
32
  ### Methods
33
33
 
34
+ - [handleClosePaymentMethod](StripeUPEPaymentInitializeOptions.md#handleclosepaymentmethod)
34
35
  - [initStripeElementUpdateTrigger](StripeUPEPaymentInitializeOptions.md#initstripeelementupdatetrigger)
35
36
  - [onError](StripeUPEPaymentInitializeOptions.md#onerror)
37
+ - [paymentMethodSelect](StripeUPEPaymentInitializeOptions.md#paymentmethodselect)
36
38
  - [render](StripeUPEPaymentInitializeOptions.md#render)
37
39
 
38
40
  ## Properties
@@ -57,6 +59,22 @@ Checkout styles from store theme
57
59
 
58
60
  ## Methods
59
61
 
62
+ ### handleClosePaymentMethod
63
+
64
+ ▸ `Optional` **handleClosePaymentMethod**(`collapseElement`): `void`
65
+
66
+ #### Parameters
67
+
68
+ | Name | Type |
69
+ | :------ | :------ |
70
+ | `collapseElement` | () => `void` |
71
+
72
+ #### Returns
73
+
74
+ `void`
75
+
76
+ ___
77
+
60
78
  ### initStripeElementUpdateTrigger
61
79
 
62
80
  ▸ `Optional` **initStripeElementUpdateTrigger**(`updateTriggerFn`): `void`
@@ -89,6 +107,22 @@ ___
89
107
 
90
108
  ___
91
109
 
110
+ ### paymentMethodSelect
111
+
112
+ ▸ `Optional` **paymentMethodSelect**(`id`): `void`
113
+
114
+ #### Parameters
115
+
116
+ | Name | Type |
117
+ | :------ | :------ |
118
+ | `id` | `string` |
119
+
120
+ #### Returns
121
+
122
+ `void`
123
+
124
+ ___
125
+
92
126
  ### render
93
127
 
94
128
  ▸ **render**(): `void`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.674.0",
3
+ "version": "1.675.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",