Skip to content

fix(billing): Credits can apply to multiple SKUs#190

Open
brendanhsentry wants to merge 3 commits intomainfrom
brendan/credit-skus
Open

fix(billing): Credits can apply to multiple SKUs#190
brendanhsentry wants to merge 3 commits intomainfrom
brendan/credit-skus

Conversation

@brendanhsentry
Copy link
Member

@brendanhsentry brendanhsentry commented Mar 20, 2026

Allows Credits to be shared across multiple SKUs

@github-actions
Copy link

github-actions bot commented Mar 20, 2026

The latest Buf updates on your PR. Results from workflow ci / buf-checks (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed⏩ skipped✅ passed✅ passedMar 20, 2026, 8:57 PM

@brendanhsentry brendanhsentry requested a review from a team March 20, 2026 21:08
@brendanhsentry brendanhsentry marked this pull request as ready for review March 20, 2026 21:08
CreditStatus status = 6;
// The SKUs this credit applies to. For shared budgets, the credit amount
// is shared across all listed SKUs.
repeated sentry_protos.billing.v1.SKU skus = 7;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this would only make sense for dollar skus right? shared unit skus don't make any sense

Copy link
Member Author

@brendanhsentry brendanhsentry Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, that's true. are you thinking we should add a new message specifically for CreditBudget ?

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.

2 participants