Merge branch 'staging' into dev-to-staging

This commit is contained in:
Nathnael Wondisha
2026-08-01 10:27:47 +03:00
committed by GitHub
56 changed files with 2350 additions and 318 deletions

View File

@@ -68,6 +68,7 @@ const METHOD_OPTIONS: { value: PaymentMethod; label: string }[] = [
{ value: "card", label: "Card" },
{ value: "dmoney", label: "D-Money" },
{ value: "cac-bank", label: "CAC Bank" },
{ value: "cbe-bill", label: "CBE Bill" },
];
const STATUS_COLORS: Record<string, string> = {