fix(planes): actualiza precios mostrados en tarjetas Business Control y Enterprise
This commit is contained in:
@@ -534,9 +534,9 @@ export default function PlanesDespachoPage() {
|
|||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent className="flex flex-col flex-1 gap-4">
|
<CardContent className="flex flex-col flex-1 gap-4">
|
||||||
<div className="text-center">
|
<div className="text-center">
|
||||||
<div className="text-3xl font-bold">$25,850</div>
|
<div className="text-3xl font-bold">$30,850</div>
|
||||||
<p className="text-sm text-muted-foreground">por año (IVA incluido)</p>
|
<p className="text-sm text-muted-foreground">por año (IVA incluido)</p>
|
||||||
<p className="text-xs text-muted-foreground mt-1">+ $45/mes por cada RFC adicional sobre 100</p>
|
<p className="text-xs text-muted-foreground mt-1">+ $25/mes por cada RFC adicional sobre 100</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="space-y-2 text-sm">
|
<div className="space-y-2 text-sm">
|
||||||
<div className="flex items-center gap-2"><CheckCircle2 className="h-4 w-4 text-green-500 flex-shrink-0" /><span>Hasta 100 RFCs</span></div>
|
<div className="flex items-center gap-2"><CheckCircle2 className="h-4 w-4 text-green-500 flex-shrink-0" /><span>Hasta 100 RFCs</span></div>
|
||||||
@@ -563,9 +563,9 @@ export default function PlanesDespachoPage() {
|
|||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent className="flex flex-col flex-1 gap-4">
|
<CardContent className="flex flex-col flex-1 gap-4">
|
||||||
<div className="text-center">
|
<div className="text-center">
|
||||||
<div className="text-3xl font-bold">$43,000</div>
|
<div className="text-3xl font-bold">$68,850</div>
|
||||||
<p className="text-sm text-muted-foreground">por año (IVA incluido)</p>
|
<p className="text-sm text-muted-foreground">por año (IVA incluido)</p>
|
||||||
<p className="text-xs text-muted-foreground mt-1">+ $45/mes por cada RFC adicional sobre 100</p>
|
<p className="text-xs text-muted-foreground mt-1">+ $60/mes por cada RFC adicional sobre 100</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="space-y-2 text-sm">
|
<div className="space-y-2 text-sm">
|
||||||
<div className="flex items-center gap-2"><CheckCircle2 className="h-4 w-4 text-green-500 flex-shrink-0" /><span>Hasta 100 RFCs</span></div>
|
<div className="flex items-center gap-2"><CheckCircle2 className="h-4 w-4 text-green-500 flex-shrink-0" /><span>Hasta 100 RFCs</span></div>
|
||||||
|
|||||||
@@ -657,6 +657,7 @@ Se habilitó el pago a **hasta 12 meses** en el checkout de MercadoPago para:
|
|||||||
|---|---|
|
|---|---|
|
||||||
| `apps/api/src/services/payment/addon.service.ts` | Precio de overage por plan ($25 / $60) |
|
| `apps/api/src/services/payment/addon.service.ts` | Precio de overage por plan ($25 / $60) |
|
||||||
| `apps/api/src/services/payment/mercadopago.service.ts` | `payment_methods.installments: 12` en preferences anuales y prorrateos |
|
| `apps/api/src/services/payment/mercadopago.service.ts` | `payment_methods.installments: 12` en preferences anuales y prorrateos |
|
||||||
|
| `apps/web/app/(dashboard)/configuracion/planes-despacho/page.tsx` | Tarjetas de precios mostradas en UI: Business Control $30,850 y Enterprise $68,850; overage $25/$60 |
|
||||||
| `apps/api/prisma/seed` (implícito) | Valores actualizados en `despacho_plan_prices` vía SQL |
|
| `apps/api/prisma/seed` (implícito) | Valores actualizados en `despacho_plan_prices` vía SQL |
|
||||||
|
|
||||||
### Deploy
|
### Deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user