create food
This commit is contained in:
@@ -90,7 +90,7 @@ const TransactionsTable: FC = () => {
|
||||
id: 1,
|
||||
number: 1,
|
||||
transactionType: 'پرداخت اینترنتی',
|
||||
amount: '۴,۰۰۰,۰۰۰ ریال',
|
||||
amount: '۴,۰۰۰,۰۰۰ تومان',
|
||||
paymentDate: '۱۳۶۹/۰۵/۱۱',
|
||||
status: 'successful',
|
||||
},
|
||||
@@ -98,7 +98,7 @@ const TransactionsTable: FC = () => {
|
||||
id: 2,
|
||||
number: 1,
|
||||
transactionType: 'پرداخت اینترنتی',
|
||||
amount: '۴,۰۰۰,۰۰۰ ریال',
|
||||
amount: '۴,۰۰۰,۰۰۰ تومان',
|
||||
paymentDate: '۱۳۶۹/۰۵/۱۱',
|
||||
status: 'unsuccessful',
|
||||
},
|
||||
@@ -106,7 +106,7 @@ const TransactionsTable: FC = () => {
|
||||
id: 3,
|
||||
number: 1,
|
||||
transactionType: 'پرداخت اینترنتی',
|
||||
amount: '۴,۰۰۰,۰۰۰ ریال',
|
||||
amount: '۴,۰۰۰,۰۰۰ تومان',
|
||||
paymentDate: '۱۳۶۹/۰۵/۱۱',
|
||||
status: 'unknown',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user