fix: exibir o plano certo na tela de gestão de assinatura
All checks were successful
BCards Deployment Pipeline / Run Tests (push) Successful in 2s
BCards Deployment Pipeline / PR Validation (push) Has been skipped
BCards Deployment Pipeline / Build and Push Image (push) Successful in 15m5s
BCards Deployment Pipeline / Deploy to Production (ARM - OCI) (push) Successful in 2m37s
BCards Deployment Pipeline / Deploy to Staging (x86 - Local) (push) Has been skipped
BCards Deployment Pipeline / Cleanup Old Resources (push) Has been skipped
BCards Deployment Pipeline / Deployment Summary (push) Successful in 0s
All checks were successful
BCards Deployment Pipeline / Run Tests (push) Successful in 2s
BCards Deployment Pipeline / PR Validation (push) Has been skipped
BCards Deployment Pipeline / Build and Push Image (push) Successful in 15m5s
BCards Deployment Pipeline / Deploy to Production (ARM - OCI) (push) Successful in 2m37s
BCards Deployment Pipeline / Deploy to Staging (x86 - Local) (push) Has been skipped
BCards Deployment Pipeline / Cleanup Old Resources (push) Has been skipped
BCards Deployment Pipeline / Deployment Summary (push) Successful in 0s
This commit is contained in:
parent
b12ffb0016
commit
07e4d16428
@ -40,9 +40,10 @@ public class ManageSubscriptionViewModel
|
|||||||
|
|
||||||
public string PlanDisplayName => User.CurrentPlan switch
|
public string PlanDisplayName => User.CurrentPlan switch
|
||||||
{
|
{
|
||||||
"basic" => "Básico",
|
"Basic" => "Básico",
|
||||||
"professional" => "Profissional",
|
"Professional" => "Profissional",
|
||||||
"premium" => "Premium",
|
"Premium" => "Premium",
|
||||||
|
"PremiumAffiliate" => "Premium+Afiliados",
|
||||||
_ => "Gratuito"
|
_ => "Gratuito"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user