From 51da9b27068ad65f24da0316887d239aade592fc Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Sun, 19 Apr 2026 10:42:57 +0330 Subject: [PATCH] withdraw request accept --- src/pages/reseller/Withdraw.tsx | 12 ++-- src/pages/reseller/components/Payment.tsx | 69 ++++++++++++++++++- src/pages/reseller/hooks/useResellerData.ts | 6 ++ src/pages/reseller/service/ResellerService.ts | 10 ++- src/pages/reseller/types/Types.ts | 5 ++ 5 files changed, 93 insertions(+), 9 deletions(-) diff --git a/src/pages/reseller/Withdraw.tsx b/src/pages/reseller/Withdraw.tsx index dafaed6..5736a3c 100644 --- a/src/pages/reseller/Withdraw.tsx +++ b/src/pages/reseller/Withdraw.tsx @@ -6,10 +6,10 @@ import Td from '../../components/Td' import { WithDrawItemType } from './types/Types' import { NumberFormat } from '../../config/func' import moment from 'moment-jalaali' -import Button from '../../components/Button' import Pagination from '../../components/Pagination' import DefaulModal from '../../components/DefaulModal' import Input from '../../components/Input' +import Payment from './components/Payment' const Withdraw: FC = () => { @@ -49,10 +49,12 @@ const Withdraw: FC = () => { -