Skip to content

Fix listCharges request path - #275

Merged
weppos merged 3 commits into
mainfrom
fix-billing-charges-path
Sep 18, 2026
Merged

weppos merged 3 commits into
mainfrom
fix-billing-charges-path

Conversation

@weppos

@weppos weppos commented Sep 18, 2026

Copy link
Copy Markdown
Member

Billing.listCharges sends the request to /v2//{account}/billing/charges. The path had a leading slash, and the client already adds the /v2/ prefix. This change removes the leading slash so the path matches the other endpoints, and a new test asserts the request method and path.

🔍 QA

  • Run ./gradlew test.
  • Make sure that BillingTest asserts the request path /v2/1010/billing/charges.

📋 Deployment Pre/Post tasks

None.

:shipit: Deployment Verification

  • QAd

The path had a leading slash, and the client already adds the /v2/
prefix, so the request went to /v2//{account}/billing/charges.
@weppos weppos added the bug Code defect or incorrect behavior label Sep 18, 2026
@weppos weppos self-assigned this Sep 18, 2026
@weppos
weppos merged commit 1b1cf6b into main Sep 18, 2026
3 checks passed
@weppos
weppos deleted the fix-billing-charges-path branch September 18, 2026 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Code defect or incorrect behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant