@bigcommerce/checkout-sdk 1.194.1 → 1.195.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.
@@ -5081,6 +5081,7 @@ declare interface PaymentMethodConfig {
5081
5081
  isVaultingCvvEnabled?: boolean;
5082
5082
  isVaultingEnabled?: boolean;
5083
5083
  isVisaCheckoutEnabled?: boolean;
5084
+ logo?: string;
5084
5085
  merchantId?: string;
5085
5086
  redirectUrl?: string;
5086
5087
  requireCustomerCode?: boolean;