@flopay/react 1.4.22 → 1.4.23
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 +5 -0
- package/dist/index.cjs +8 -8
- package/dist/index.mjs +8 -8
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -123,6 +123,11 @@ count as success while pending. Completion fires only after verification says
|
|
|
123
123
|
the card is usable; decline, validation, retryable technical failure, and
|
|
124
124
|
unmount cancellation remain separate outcomes.
|
|
125
125
|
|
|
126
|
+
Submission feedback matches checkout: the same processing overlay covers the
|
|
127
|
+
form from the buyer's submit ("SAVING CARD...") and flips to "CARD SAVED"
|
|
128
|
+
(held briefly before `onComplete`) or "CARD NOT SAVED" with the decline
|
|
129
|
+
message (cleared automatically so the buyer can retry in place).
|
|
130
|
+
|
|
126
131
|
Saved-card listing, setup-session creation, and deletion remain authenticated
|
|
127
132
|
merchant REST calls. Replacement is composition: complete setup for the new
|
|
128
133
|
card, then ask your server to delete the old card. `FloPayCardSetup` deliberately
|