Skip to content

Conversation

@whoAbhishekSah
Copy link
Member

@whoAbhishekSah whoAbhishekSah commented Nov 21, 2025

Remove deprecated billing_id and org_id from subscription API calls

Summary

Update UI to stop passing deprecated billing_id and org_id parameters to subscription APIs. Backend now infers these values automatically.

Changes

  • Remove billing_id from ListSubscriptions calls (backend infers from org_id)
  • Remove org_id and billing_id from Get/Cancel/Change subscription calls (backend
    infers from subscription_id)
  • Simplify query conditions to only check required parameters
  • Update proton dependency to latest version

Related

Backend PR: #1294
Proto PR: raystack/proton#435

…ion APIs

- Remove billing_id from ListSubscriptions calls (inferred from org_id on backend)
- Remove org_id and billing_id from Get/Cancel/Change subscription calls (inferred from subscription_id)
- Update query conditions to only require necessary parameters
- Update proton dependency to latest version with deprecated fields

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@vercel
Copy link

vercel bot commented Nov 21, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
frontier Ready Ready Preview Comment Nov 21, 2025 5:48am

@coveralls
Copy link

coveralls commented Nov 21, 2025

Pull Request Test Coverage Report for Build 19561330491

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 37.603%

Totals Coverage Status
Change from base Build 19528138208: 0.0%
Covered Lines: 15636
Relevant Lines: 41582

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants