feat(payment): update payment status values to use 'success' and 'failed' instead of 'received' and add new status
This commit is contained in:
@@ -16,9 +16,10 @@ import Pagination from '../components/ui/Pagination';
|
||||
const STATUS_FILTERS = [
|
||||
{ value: '', label: 'همه' },
|
||||
{ value: 'pending', label: 'در انتظار' },
|
||||
{ value: 'received', label: 'موفق' },
|
||||
{ value: 'success', label: 'موفق' },
|
||||
{ value: 'failed', label: 'ناموفق' },
|
||||
{ value: 'canceled', label: 'لغو شده' },
|
||||
{ value: 'refund', label: 'استرداد' },
|
||||
{ value: 'refunded', label: 'استرداد' },
|
||||
];
|
||||
|
||||
export default function PaymentsPage() {
|
||||
|
||||
Reference in New Issue
Block a user