-
Notifications
You must be signed in to change notification settings - Fork 45.2k
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
feat(platform): Add Dispute & Refund resolution process #9466
feat(platform): Add Dispute & Refund resolution process #9466
Conversation
…milmajdy/secrt-1023-automatic-dispute-resolution
✅ Deploy Preview for auto-gpt-docs-dev canceled.
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Here's the code health analysis summary for commits Analysis Summary
|
✅ Deploy Preview for auto-gpt-docs canceled.
|
autogpt_platform/frontend/src/app/profile/(user)/credits/RefundModal.tsx
Show resolved
Hide resolved
…milmajdy/secrt-1023-automatic-dispute-resolution
…milmajdy/secrt-1023-automatic-dispute-resolution
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, great job! Thanks for attaching the video. The CI passed let me know if you need me to approve this if someone else already checked the code.
Quick question @majdyz is there a reason a user has to click the refresh on balance before the changes happen?
@itsababseh thanks! @kcze will review the code part so it's fine :)
We just don't know how fast the refund is processed by the payment processor, so we might sometimes get a delay when the user needs to manually refresh the balance. It's the same reason why the refresh balance button is there in the first place. We can fix this holistically by having a more proactive balance check or server sent events containing balance updates, but this is outside the scope of this PR and more general product improvement. |
…milmajdy/secrt-1023-automatic-dispute-resolution
autogpt_platform/backend/migrations/20250214101759_add_transaction_types/migration.sql
Outdated
Show resolved
Hide resolved
…github.com:Significant-Gravitas/AutoGPT into zamilmajdy/secrt-1023-automatic-dispute-resolution
Changes 🏗️
Added the dispute & refund handling on the system.
Screen.Recording.Feb.11.2025.Video.Speed.mp4
Checklist 📋
For code changes:
Example test plan
For configuration changes:
.env.example
is updated or already compatible with my changesdocker-compose.yml
is updated or already compatible with my changesExamples of configuration changes