Skip to content

fix(settings): drop dead subscription-status branches#25

Merged
max-tet merged 1 commit into
mainfrom
fix-dead-status-branches
Jun 3, 2026
Merged

fix(settings): drop dead subscription-status branches#25
max-tet merged 1 commit into
mainfrom
fix-dead-status-branches

Conversation

@ClaydeCode

Copy link
Copy Markdown
Contributor

What

subscriptionState / subscribeButtonLabel matched 'suspended' and 'cancelled' status strings. The controller never emits those — BILLING.SUBSCRIPTION.SUSPENDED/CANCELLED webhooks both map to status grace (paypal.py). Backend SubscriptionStatus is only active/grace/ended/error.

Reduced the reactivatable set to ['grace', 'ended']. No behaviour change — purely removes the stale strings.

Release note

Cosmetic; not worth its own web-terminal release + core bump. Let it ride the next web-terminal release (e.g. whenever the Case 2 resize fix lands), rather than spinning v13 just for this.

Surfaced by the PayPal verification audit. Tracks #265.

🤖 Generated with Claude Code

subscriptionState/subscribeButtonLabel matched 'suspended' and 'cancelled',
which the controller never emits — SUSPENDED/CANCELLED webhooks both map to
status 'grace'. Backend SubscriptionStatus is active/grace/ended/error.
Reduce the reactivatable set to ['grace', 'ended']; no behaviour change.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@max-tet max-tet merged commit a6e4513 into main Jun 3, 2026
2 checks passed
@max-tet max-tet deleted the fix-dead-status-branches branch June 3, 2026 11:14
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