@bigcommerce/checkout-sdk 1.367.0 → 1.367.2

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.
@@ -1975,6 +1975,7 @@ declare interface CardPaymentMethodState_2 {
1975
1975
  declare interface CardState {
1976
1976
  data: CardDataPaymentMethodState;
1977
1977
  isValid?: boolean;
1978
+ issuer?: string;
1978
1979
  valid?: {
1979
1980
  [key: string]: boolean;
1980
1981
  };