-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[usage] Implement charge dispute handling - WEB-94 #17039
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
Conversation
ddffc88
to
ecd6251
Compare
/reviewpad summarize |
AI-Generated Pull Request Summary: This pull request includes changes to multiple files, mostly removing redundant whitespaces and cleaning up unnecessary lines. Significant updates include adding new dependencies, modifying the configuration logic, and updating the billing system to handle charge disputes. New utility functions |
/hold for dependency |
3ee2554
to
25c83c9
Compare
fb523cb
to
1ad0dc9
Compare
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.
LGTM - Also nice testing setup!
FWIW it doesn't feel great to have a bidirectional dep between server and usage but I guess we'll have to live with it given our architecture. 🤷
25c83c9
to
1bac657
Compare
Agree. I'm hoping we can fix the "leadership election" part and merge usage with PAPI. It doesn't remove the bi-directionality, but at least it consolidates it closer to the desired architecture. |
1ad0dc9
to
7479e03
Compare
/unhold |
Description
Uses the User & Team service to block owners when a dispute is raised.
go-vcr
to record a Stripe response with a hook to drop authorizationRelated Issue(s)
How to test
Release Notes
Documentation
Build Options:
Run the build with werft instead of GHA
Run Leeway with
--dont-test
Publish Options
Installer Options
Add desired feature flags to the end of the line above, space separated
Preview Environment Options:
If enabled this will build
install/preview
If enabled this will create the environment on GCE infra
Valid options are
all
,workspace
,webapp
,ide
,jetbrains
,vscode
,ssh
/hold