-
Notifications
You must be signed in to change notification settings - Fork 18
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
Retrieve Status of Recurring Donation #1400
Comments
|
Only need to send projectId and networkId & currency & status - the rest are optional @MohammadPCh |
Please check below scenarios |
I think is related to back-end changes not applying to donations made before the hotfix was applied by @CarlosQ96 about ~2 days ago. I think there's no practical solution for these old donation statuses - going forward any new donations should have the correct status, right @CarlosQ96 ? |
I need to check the Giveth donation status and in this case I couldn't check it |
|
1st pointI think any recurring donations made before the hotfixes in the BE (yesterday) are just permanently broken, we should end those streams on the superfluid dashboard and archive them from the FE. We should try to start from scratch as much as possible since trying to fix these statuses retroactively isn't the best use of time. If you have made recurring donations from last night until now and are still encountering errors with recurring donations wrongly having a status of ended then we still have an issue. 2nd pointif the status remains active it is fine when updating the flow rate |
@maryjaf - Can you make a new issue for this one? If all other criteria has been met for the 5 statuses defined in the issue description then we can close this one. |
I've tested pending, active, ended and archive status and all of them were ok |
i am not sure how we can get the failed status yet. As there is no indication in the api |
How do we handle failed status for one-time donations? We have a badge for it |
I had tested pending , active , ended and archive donation and they were ok |
Actually @mohammadranjbarz cronjob includes this, in case the donation failed in the blockchain, we set it as finished True and status Failed. That is enough to cover the failed scenario |
We should have 5 statuses of recurring donation
We should add these eligible statuses to a recurring donation and we'll also need an endpoint so the front-end can retrieve a recurring donation's status
The text was updated successfully, but these errors were encountered: