@bigcommerce/checkout-sdk 1.516.0 → 1.517.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.
@@ -7355,9 +7355,9 @@ declare interface PaypalCommerceRatePay {
7355
7355
  */
7356
7356
  legalTextContainer: string;
7357
7357
  /**
7358
- * Callback that triggers pending logic (for example: show loading overlay)
7358
+ * The CSS selector of a container where loading indicator should be rendered
7359
7359
  */
7360
- onPaymentSubmission?(isPaymentSubmitting: boolean): void;
7360
+ loadingContainerId: string;
7361
7361
  /**
7362
7362
  * A callback that gets form values
7363
7363
  */