@bigcommerce/checkout-sdk 1.755.1 → 1.756.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.
@@ -84,6 +84,7 @@ service.initializePayment({
84
84
  - [containerId](BraintreePaymentInitializeOptions.md#containerid)
85
85
  - [form](BraintreePaymentInitializeOptions.md#form)
86
86
  - [threeDSecure](BraintreePaymentInitializeOptions.md#threedsecure)
87
+ - [unsupportedCardBrands](BraintreePaymentInitializeOptions.md#unsupportedcardbrands)
87
88
 
88
89
  ### Methods
89
90
 
@@ -125,6 +126,31 @@ ___
125
126
 
126
127
  • `Optional` **threeDSecure**: [`BraintreeThreeDSecureOptions`](BraintreeThreeDSecureOptions.md)
127
128
 
129
+ ___
130
+
131
+ ### unsupportedCardBrands
132
+
133
+ • `Optional` **unsupportedCardBrands**: `string`[]
134
+
135
+ A list of card brands that are not supported by the merchant.
136
+
137
+ List of supported brands by braintree can be found here: https://braintree.github.io/braintree-web/current/module-braintree-web_hosted-fields.html#~field
138
+ search for `supportedCardBrands` property.
139
+
140
+ List of credit cards brands:
141
+ 'visa',
142
+ 'mastercard',
143
+ 'american-express',
144
+ 'diners-club',
145
+ 'discover',
146
+ 'jcb',
147
+ 'union-pay',
148
+ 'maestro',
149
+ 'elo',
150
+ 'mir',
151
+ 'hiper',
152
+ 'hipercard'
153
+
128
154
  ## Methods
129
155
 
130
156
  ### onError
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.755.1",
3
+ "version": "1.756.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",