Skip to content

Conversation

FranjoMindek
Copy link
Contributor

@FranjoMindek FranjoMindek commented Sep 17, 2025

Always display both subscription plan and credits information.
Currently, when subscriptions ends we don't display credits even though users use them.
This is because we rely on subscriptionStatus && subscriptionPlan && datePaid being null/undefined to show credits.

This fixes #503

Always display customer portal link button ("manage payment details") if possible. User's may use it to view past invoices, so it is important even when we don't have a subscription. Previously we only displayed it when we had subscription data.

Rename the "buy more/upgrade" button to "buy more credits" and move it to credits row.
Display it only if no active subscription.
If we want to manage/upgrade subscription we can always use the "manage payment details" button.
Only thing we need to navigate to pricing page for is to buy more credits.

# Conflicts:
#	template/app/src/user/AccountPage.tsx
#	template/e2e-tests/tests/utils.ts
@FranjoMindek
Copy link
Contributor Author

@infomiho this is not urgent, but you did self-assign.
Just commenting in case you forgot you self-assigned.

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.

User credits not displayed after cancelling subscription
1 participant