@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.
@@ -7128,6 +7128,7 @@ declare interface PaymentMethodConfig {
7128
7128
  redirectUrl?: string;
7129
7129
  requireCustomerCode?: boolean;
7130
7130
  returnUrl?: string;
7131
+ showCardHolderName?: boolean;
7131
7132
  testMode?: boolean;
7132
7133
  }
7133
7134