From f9e40564cf19420ea2fe1430328b9dca934848e8 Mon Sep 17 00:00:00 2001
From: parsa aghaei
Date: Sat, 22 Aug 2026 15:03:58 +0330
Subject: [PATCH] fix: sync Transactions.tsx changes
---
frontend/admin-panel/src/pages/Transactions.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/frontend/admin-panel/src/pages/Transactions.tsx b/frontend/admin-panel/src/pages/Transactions.tsx
index 69037aa..51ebfdf 100644
--- a/frontend/admin-panel/src/pages/Transactions.tsx
+++ b/frontend/admin-panel/src/pages/Transactions.tsx
@@ -60,6 +60,7 @@ interface Transaction {
email?: string;
} | null;
order?: {
+ orderNumber: string;
id: string;
trackingNumber?: string;
totalAmount: number | string;