fix(billing): filter out free plan for paid users, add direct cancel subscription button, and handle portal errors without crashing Next.js overlay

This commit is contained in:
Antigravity
2026-05-28 19:49:26 +00:00
parent 66bac83a9a
commit f5608372dc
3 changed files with 35 additions and 12 deletions

View File

@@ -2878,6 +2878,7 @@
"noUsage": "No usage data",
"billingHistory": "Billing History",
"viewInvoices": "Manage invoices in portal",
"cancelSubscription": "Cancel subscription",
"nextBillingDate": "Next billing date",
"billingPeriod": "Billing period",
"planSince": "Member since",

View File

@@ -2882,6 +2882,7 @@
"noUsage": "Aucune donnée d'utilisation",
"billingHistory": "Historique de facturation",
"viewInvoices": "Gérer les factures dans le portail",
"cancelSubscription": "Résilier l'abonnement",
"nextBillingDate": "Prochaine date de facturation",
"billingPeriod": "Période de facturation",
"planSince": "Membre depuis",