@bigcommerce/checkout-sdk 1.276.1 → 1.276.2

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.
@@ -36,6 +36,11 @@ service.initializePayment({
36
36
  - [containerId](MolliePaymentInitializeOptions.md#containerid)
37
37
  - [form](MolliePaymentInitializeOptions.md#form)
38
38
  - [styles](MolliePaymentInitializeOptions.md#styles)
39
+ - [unsupportedMethodMessage](MolliePaymentInitializeOptions.md#unsupportedmethodmessage)
40
+
41
+ ### Methods
42
+
43
+ - [disableButton](MolliePaymentInitializeOptions.md#disablebutton)
39
44
 
40
45
  ## Properties
41
46
 
@@ -94,3 +99,19 @@ ___
94
99
  • **styles**: `object`
95
100
 
96
101
  A set of styles required for the mollie components
102
+
103
+ ___
104
+
105
+ ### unsupportedMethodMessage
106
+
107
+ • `Optional` **unsupportedMethodMessage**: `string`
108
+
109
+ ## Methods
110
+
111
+ ### disableButton
112
+
113
+ ▸ **disableButton**(): `void`
114
+
115
+ #### Returns
116
+
117
+ `void`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.276.1",
3
+ "version": "1.276.2",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",