@bigcommerce/checkout-sdk 1.388.2 → 1.390.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.
@@ -8,6 +8,7 @@
8
8
 
9
9
  - [billingAddress](AdyenPlaceholderData.md#billingaddress)
10
10
  - [holderName](AdyenPlaceholderData.md#holdername)
11
+ - [prefillCardHolderName](AdyenPlaceholderData.md#prefillcardholdername)
11
12
 
12
13
  ## Properties
13
14
 
@@ -31,3 +32,9 @@ ___
31
32
  ### holderName
32
33
 
33
34
  • `Optional` **holderName**: `string`
35
+
36
+ ___
37
+
38
+ ### prefillCardHolderName
39
+
40
+ • `Optional` **prefillCardHolderName**: `boolean`
@@ -8,6 +8,7 @@
8
8
 
9
9
  - [billingAddress](AdyenPlaceholderData_2.md#billingaddress)
10
10
  - [holderName](AdyenPlaceholderData_2.md#holdername)
11
+ - [prefillCardHolderName](AdyenPlaceholderData_2.md#prefillcardholdername)
11
12
 
12
13
  ## Properties
13
14
 
@@ -31,3 +32,9 @@ ___
31
32
  ### holderName
32
33
 
33
34
  • `Optional` **holderName**: `string`
35
+
36
+ ___
37
+
38
+ ### prefillCardHolderName
39
+
40
+ • `Optional` **prefillCardHolderName**: `boolean`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.388.2",
3
+ "version": "1.390.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",