diff --git a/routes/web.php b/routes/web.php index 32038ed2..112dee31 100644 --- a/routes/web.php +++ b/routes/web.php @@ -400,7 +400,7 @@ Route::get('/pending_orders', function(){ ->whereDoesntHave('transactions', function ($query) { return $query->where('type', TransactionType::REFUND)->whereIn('status', [ApprovalStatus::PENDING_SUBMISSION, ApprovalStatus::PENDING_VERIFICATION, ApprovalStatus::APPROVED]); }) - // ->orderBy('updated_at', 'desc') + ->orderBy('updated_at', 'desc') ->get(); echo '