@flopay/react 1.4.7 → 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/README.md +56 -23
- package/dist/index.cjs +9 -9
- package/dist/index.d.cts +4 -2
- package/dist/index.d.ts +4 -2
- package/dist/index.mjs +9 -9
- package/package.json +3 -3
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.
|
|
393
|
-
* `
|
|
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.
|
|
393
|
-
* `
|
|
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
|
/**
|