@bigcommerce/checkout-sdk 1.278.0 → 1.278.1

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