@bigcommerce/checkout-sdk 1.496.1 → 1.497.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.
@@ -21,6 +21,7 @@
21
21
  - [redirectUrl](PaymentMethodConfig.md#redirecturl)
22
22
  - [requireCustomerCode](PaymentMethodConfig.md#requirecustomercode)
23
23
  - [returnUrl](PaymentMethodConfig.md#returnurl)
24
+ - [showCardHolderName](PaymentMethodConfig.md#showcardholdername)
24
25
  - [testMode](PaymentMethodConfig.md#testmode)
25
26
 
26
27
  ## Properties
@@ -115,6 +116,12 @@ ___
115
116
 
116
117
  ___
117
118
 
119
+ ### showCardHolderName
120
+
121
+ • `Optional` **showCardHolderName**: `boolean`
122
+
123
+ ___
124
+
118
125
  ### testMode
119
126
 
120
127
  • `Optional` **testMode**: `boolean`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.496.1",
3
+ "version": "1.497.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",