| @@ -86,9 +86,9 @@ | ||
| 86 | 86 | $payment_status === Status::PAYMENT_PAID || |
| 87 | 87 | DateTime::now() < $orderPlacedAt->addHours(2); |
| 88 | 88 | |
| 89 | 89 | |
| 90 | - if (!$showOrder) { | |
| 90 | + if (!$showOrder && !$isAdmin) { | |
| 91 | 91 | return $this->renderNotFoundPage(); |
| 92 | 92 | } |
| 93 | 93 | |
| 94 | 94 | // Handle PDF download when FluentPDF is active and download=1 is requested |