Update: 2026-05-07 03:26:24
This commit is contained in:
@@ -84,7 +84,7 @@ try {
|
||||
}
|
||||
|
||||
// Audit log
|
||||
$logStmt = $db->prepare("INSERT INTO audit_logs (tenant_id, user_id, action, entity_type, entity_id, details) VALUES (?, ?, ?, 'payment', ?, ?)");
|
||||
$logStmt = $db->prepare("INSERT INTO audit_logs (tenant_id, user_id, action, entity_type, entity_id, new_data) VALUES (?, ?, ?, 'payment', ?, ?)");
|
||||
$logStmt->execute([
|
||||
$payment['tenant_id'],
|
||||
$decoded['user_id'],
|
||||
|
||||
Reference in New Issue
Block a user