@flopay/react 1.8.10 → 1.8.12
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 +9 -0
- package/dist/index.cjs +9 -9
- package/dist/index.mjs +8 -8
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -326,6 +326,15 @@ call `onError` with a structured `FloPayError`. Passive pre-click load or
|
|
|
326
326
|
eligibility failures still collapse only the unavailable method and do not show
|
|
327
327
|
a checkout error.
|
|
328
328
|
|
|
329
|
+
Wallet confirmation has one 25-second SDK budget inside the provider's
|
|
330
|
+
30-second callback deadline. Flo-owned intent requests are aborted when that
|
|
331
|
+
budget expires, and every unsuccessful authorization settles the provider
|
|
332
|
+
callback once. Payment and setup wallets are confirmed through the active
|
|
333
|
+
`ExpressCheckoutElement` Elements instance. If a wallet omits required buyer
|
|
334
|
+
identity, the current authorization is failed promptly, the SDK collects the
|
|
335
|
+
missing email outside the wallet callback, and the buyer then reopens the
|
|
336
|
+
wallet to continue.
|
|
337
|
+
|
|
329
338
|
Toggle the whole Stripe region or the PayPal region independently with the
|
|
330
339
|
two gateway-level props:
|
|
331
340
|
|