@flopay/react 1.4.8 → 1.4.10

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.
package/dist/index.d.cts CHANGED
@@ -389,8 +389,10 @@ interface SplitCardFormProps {
389
389
  * by the billing API on `gateways.stripe.enabledPaymentMethods`). When
390
390
  * supplied, drives the contents of the `ExpressCheckoutElement` row and the
391
391
  * accordion `PaymentElement` instead of the historic hardcoded
392
- * Apple/Google/PayPal set. When omitted, the SDK falls back to the legacy
393
- * `showApplePay`/`showGooglePay`/`showPayPal` toggles.
392
+ * Apple/Google/PayPal set. `card` is reserved for the hosted card path: it
393
+ * advertises that `/vault/capture` recovery is available when the session
394
+ * has no embedded vault block. When omitted, the SDK falls back to the
395
+ * legacy `showApplePay`/`showGooglePay`/`showPayPal` toggles.
394
396
  */
395
397
  enabledPaymentMethods?: string[];
396
398
  /**
package/dist/index.d.ts CHANGED
@@ -389,8 +389,10 @@ interface SplitCardFormProps {
389
389
  * by the billing API on `gateways.stripe.enabledPaymentMethods`). When
390
390
  * supplied, drives the contents of the `ExpressCheckoutElement` row and the
391
391
  * accordion `PaymentElement` instead of the historic hardcoded
392
- * Apple/Google/PayPal set. When omitted, the SDK falls back to the legacy
393
- * `showApplePay`/`showGooglePay`/`showPayPal` toggles.
392
+ * Apple/Google/PayPal set. `card` is reserved for the hosted card path: it
393
+ * advertises that `/vault/capture` recovery is available when the session
394
+ * has no embedded vault block. When omitted, the SDK falls back to the
395
+ * legacy `showApplePay`/`showGooglePay`/`showPayPal` toggles.
394
396
  */
395
397
  enabledPaymentMethods?: string[];
396
398
  /**