@flopay/react 1.4.5 → 1.4.7
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 +8 -0
- package/dist/index.cjs +9 -9
- package/dist/index.mjs +9 -9
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -694,6 +694,14 @@ No endpoint, custom tag, user context, message, stack, or metadata can be
|
|
|
694
694
|
configured. See [`docs/TELEMETRY.md`](../../docs/TELEMETRY.md) for the complete
|
|
695
695
|
privacy and retention contract.
|
|
696
696
|
|
|
697
|
+
Inline session creation classifies bounded failures without inspecting raw
|
|
698
|
+
errors: network/CORS/timeouts emit `transport_error`, 5xx responses emit
|
|
699
|
+
`server_error`, and malformed response discriminants emit `invalid_response`.
|
|
700
|
+
Stripe and PayPal SDK load/runtime failures emit `provider_runtime`. Inline
|
|
701
|
+
4xx validation rejections and ordinary payment declines remain non-error
|
|
702
|
+
`validation_rejected` / `payment_declined` outcomes and never carry
|
|
703
|
+
`failureCategory`.
|
|
704
|
+
|
|
697
705
|
### SplitCardFormProps
|
|
698
706
|
|
|
699
707
|
Key payment-surface props include:
|