@bigcommerce/checkout-sdk 1.389.0 → 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.
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.d.ts +2 -0
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/docs/interfaces/AdyenPlaceholderData.md +7 -0
- package/docs/interfaces/AdyenPlaceholderData_2.md +7 -0
- package/package.json +1 -1
package/dist/checkout-sdk.d.ts
CHANGED
|
@@ -255,6 +255,7 @@ declare interface AdyenPaymentMethodState_2 {
|
|
|
255
255
|
|
|
256
256
|
declare interface AdyenPlaceholderData {
|
|
257
257
|
holderName?: string;
|
|
258
|
+
prefillCardHolderName?: boolean;
|
|
258
259
|
billingAddress?: {
|
|
259
260
|
street: string;
|
|
260
261
|
houseNumberOrName: string;
|
|
@@ -267,6 +268,7 @@ declare interface AdyenPlaceholderData {
|
|
|
267
268
|
|
|
268
269
|
declare interface AdyenPlaceholderData_2 {
|
|
269
270
|
holderName?: string;
|
|
271
|
+
prefillCardHolderName?: boolean;
|
|
270
272
|
billingAddress?: {
|
|
271
273
|
street: string;
|
|
272
274
|
houseNumberOrName: string;
|