added created_at for online transaction

This commit is contained in:
Hafifie PKB
2025-04-07 23:37:09 +08:00
parent 1a201abed8
commit 1960ddbf98
2 changed files with 5 additions and 3 deletions
@@ -144,6 +144,7 @@ class TransactionOnlineController extends Controller
'descpt' => 'SERAHAN BAYAR ONLINE - ' . $transaction['norujukan'],
'serahan' => $transaction['total_payment'],
'teller' => 'ONLINE',
'date_created' => $current
];
try {