🐛 fix(payment): Fix payment related type definitions and update payment method references

This commit is contained in:
web@ppanel
2025-03-12 21:17:04 +07:00
parent 7fa3a57df4
commit c3138a863d
15 changed files with 88 additions and 191 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ export default function Page(props: any) {
<ul className='grid gap-3'>
<li className='flex items-center justify-between'>
<span className='text-muted-foreground'>{t('method')}</span>
<span>{t(`methods.${row.original.method}`)}</span>
<span>{row.original?.payment?.name || row.original?.payment?.platform}</span>
</li>
</ul>
</HoverCardContent>