You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove automatic is_comped detection from invoice handler (#332)
* Remove automatic is_comped detection from invoice paid handler
Stop auto-setting is_comped based on invoice total being zero.
The comped status should only be set intentionally via admin tools.
Renamed method to updateSubscriptionPricePaid to reflect its purpose.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Fix dashboard showing Active badge for canceled subscriptions
Check subscription active() status instead of just existence,
so canceled/ended subscriptions correctly show "No active subscription".
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments