@bigcommerce/checkout-sdk 1.461.0 → 1.462.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.
@@ -7155,6 +7155,10 @@ declare interface PaypalCommerceRatePay {
7155
7155
  * The CSS selector of a container where the legal text should be inserted into.
7156
7156
  */
7157
7157
  legalTextContainer: string;
7158
+ /**
7159
+ * Callback that triggers pending logic (for example: show loading overlay)
7160
+ */
7161
+ onPaymentSubmission?(isPaymentSubmitting: boolean): void;
7158
7162
  /**
7159
7163
  * A callback that gets form values
7160
7164
  */