feat: show generated crypto wallets with block explorer links on admin transactions page
This commit is contained in:
@@ -12,6 +12,7 @@ import { tr } from 'date-fns/locale';
|
||||
import TransactionSearch from '@/components/admin/TransactionSearch';
|
||||
import TransactionStatusFilter from '@/components/admin/TransactionStatusFilter';
|
||||
import SyncPaymentsButton from '@/components/admin/SyncPaymentsButton';
|
||||
import TransactionWallets from '@/components/admin/TransactionWallets';
|
||||
|
||||
async function getTransactions(filters: { merchant_id?: string; q?: string; status?: string }) {
|
||||
let sql = `
|
||||
@@ -118,6 +119,8 @@ export default async function TransactionsPage(props: {
|
||||
) : (
|
||||
<span className="text-[10px] text-gray-400 font-bold truncate max-w-[200px] mt-1">{t.callback_url || 'Geri dönüş yok'}</span>
|
||||
)}
|
||||
{/* Render generated crypto wallets below the info */}
|
||||
<TransactionWallets metadata={t.metadata} />
|
||||
</div>
|
||||
</td>
|
||||
<td className="px-10 py-8">
|
||||
|
||||
Reference in New Issue
Block a user