-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uphold retry-loop in PENDING
state doesn't display PENDING
UI.
#17316
Comments
PENDING
state doesn't display PENDING
UI.
Verified passed with
Scenario 1 - `get user` (Uphold) - PASSEDUsed Charles Proxy to rewrite the response to https://api-sandbox.uphold.com/v0/me from 200 --> 404.
Confirmed the UI shows the "Pending" state: Scenario 2 - `create card` (Uphold) - PASSEDUsed Charles Proxy to rewrite the response to https://api-sandbox.uphold.com/v0/me/cards from 200 --> 404.
Confirmed the UI shows the "Pending" state: Scenario 3 - `update card settings` (Uphold) - PASSEDUsed Charles Proxy to rewrite the response to
Confirmed that the logs reflected this rewrite:
Confirmed the UI shows the "Pending" state: Scenario 4 - Scenario 5 - `link` (Rewards) - PASSEDUsed Charles Proxy to rewrite the response to Confirmed that the logs reflected this rewrite:
Confirmed the UI shows the "Pending" state: |
Description
In the
wallet generation flow
the wallet enters the retry-loop on API failures.This results in the
PENDING
state and the corresponding UI should be displayed.Steps to Reproduce
get user
(Uphold) /create card
(Uphold) /update card settings
(Uphold) /get anon funds
(Rewards) /link
(Rewards))Actual result:
Expected result:
Reproduces how often:
Only reproducible with a faulty endpoint.
Brave version (brave://version info)
Version/Channel Information:
N/A
N/A
N/A
Other Additional Information:
N/A
N/A
N/A
Miscellaneous Information:
The text was updated successfully, but these errors were encountered: