diff --git a/src/modules/parcel-sync/components/epay-tab.tsx b/src/modules/parcel-sync/components/epay-tab.tsx index 1ef666e..7cd3e26 100644 --- a/src/modules/parcel-sync/components/epay-tab.tsx +++ b/src/modules/parcel-sync/components/epay-tab.tsx @@ -8,12 +8,19 @@ import { Loader2, Clock, Archive, + CreditCard, Search, } from "lucide-react"; import { Button } from "@/shared/components/ui/button"; import { Input } from "@/shared/components/ui/input"; import { Badge } from "@/shared/components/ui/badge"; import { Card, CardContent } from "@/shared/components/ui/card"; +import { + Tooltip, + TooltipContent, + TooltipProvider, + TooltipTrigger, +} from "@/shared/components/ui/tooltip"; import { cn } from "@/shared/lib/utils"; import type { EpaySessionStatus } from "./epay-connect"; @@ -603,33 +610,54 @@ export function EpayTab() { {order.status === "completed" && order.minioPath && !expired && ( - + + + + + + + Descarca extras CF ({order.nrCadastral}) + + + )} {expired && ( - + + + + + + +

Comanda extras CF nou (1 credit)

+

+ Extrasul actual a expirat +

+
+
+
)} {order.status === "completed" && order.minioPath &&