fix: nome do plano Afiliados+ Premium
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 15m18s
BCards Deployment Pipeline / Deploy to Production (ARM - OCI) (push) Successful in 2m23s
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 15m18s
BCards Deployment Pipeline / Deploy to Production (ARM - OCI) (push) Successful in 2m23s
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
9a850d239f
commit
30ca77a12b
@ -19,7 +19,7 @@ public static class PlanTypeExtensions
|
||||
PlanType.Basic => "Básico",
|
||||
PlanType.Professional => "Profissional",
|
||||
PlanType.Premium => "Premium",
|
||||
PlanType.PremiumAffiliate => "PremiumAffiliate",
|
||||
PlanType.PremiumAffiliate => "Premium+Afiliados",
|
||||
_ => "Desconhecido"
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user