@bigcommerce/checkout-sdk 1.306.0 → 1.307.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.
@@ -7,6 +7,7 @@
7
7
  ### Properties
8
8
 
9
9
  - [classes](BaseElementOptions.md#classes)
10
+ - [disabledPaymentMethods](BaseElementOptions.md#disabledpaymentmethods)
10
11
 
11
12
  ## Properties
12
13
 
@@ -15,3 +16,11 @@
15
16
  • `Optional` **classes**: [`DigitalRiverElementClasses`](DigitalRiverElementClasses.md)
16
17
 
17
18
  Set custom class names on the container DOM element when the Digital River element is in a particular state.
19
+
20
+ ___
21
+
22
+ ### disabledPaymentMethods
23
+
24
+ • `Optional` **disabledPaymentMethods**: `string`[]
25
+
26
+ Use disabledPaymentMethods to disable specific payment methods.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.306.0",
3
+ "version": "1.307.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",