-
Notifications
You must be signed in to change notification settings - Fork 1
Remove Stripe pricing table integration #479
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
base: dev
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,6 @@ | |
| billing, | ||
| budgets, | ||
| limits, | ||
| pricing_tables, | ||
| private_ai_keys, | ||
| products, | ||
| public, | ||
|
|
@@ -176,9 +175,6 @@ async def get_version(): | |
| app.include_router(teams.router, prefix="/teams", tags=["teams"]) | ||
| app.include_router(billing.router, prefix="/billing", tags=["billing"]) | ||
| app.include_router(products.router, prefix="/products", tags=["products"]) | ||
| app.include_router( | ||
| pricing_tables.router, prefix="/pricing-tables", tags=["pricing-tables"] | ||
| ) | ||
| app.include_router(limits.router, prefix="/limits", tags=["limits"]) | ||
| app.include_router(budgets.router, prefix="/budgets", tags=["budgets"]) | ||
| app.include_router(spend.router, prefix="/spend", tags=["spend"]) | ||
|
Comment on lines
175
to
180
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @copilot apply changes based on this feedback
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Already implemented in commit |
||
|
|
||
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.
@copilot apply changes based on this feedback
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.
Implemented in commit
45f20c4: removed the obsolete/billing/teams/{id}/pricing-table-sessiontests fromtests/test_billing.pyand deletedtests/test_pricing_tables.py.