@bigcommerce/checkout-sdk 1.674.0 → 1.675.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.
@@ -8170,6 +8170,8 @@ declare interface StripeUPEPaymentInitializeOptions {
8170
8170
  onError?(error?: Error): void;
8171
8171
  render(): void;
8172
8172
  initStripeElementUpdateTrigger?(updateTriggerFn: (payload: StripeElementUpdateOptions) => void): void;
8173
+ paymentMethodSelect?(id: string): void;
8174
+ handleClosePaymentMethod?(collapseElement: () => void): void;
8173
8175
  }
8174
8176
 
8175
8177
  /**