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:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user