From fbc4b61c7e77f490f00e662b9c32566aa8e6d3cd Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Thu, 12 Feb 2026 19:59:51 +0800 Subject: [PATCH 1/2] Code sync from Shipping Portal --- resources/views/partials/footer.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/footer.blade.php b/resources/views/partials/footer.blade.php index a353bc5c..997cf6f4 100644 --- a/resources/views/partials/footer.blade.php +++ b/resources/views/partials/footer.blade.php @@ -3,7 +3,7 @@
- Copyright © {{ date('Y') }} CIEF Exchange. All rights reserved.. + Copyright © {{ date('Y') }} CIEF Exchange. All rights reserved.
From b1393fc4d7fe358fd9b976f742ca4f8820a32d73 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Wed, 18 Feb 2026 23:11:54 +0800 Subject: [PATCH 2/2] Added missing environment variable into .env.example --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index a2fccaa1..c2daa69e 100644 --- a/.env.example +++ b/.env.example @@ -81,4 +81,5 @@ E_INVOICE_START_DATE="2025-07-01 00:00:00" MAINTENANCE_MESSAGE_TITLE="" # default empty, e.g. We'll be back online on 00:00 1/7/2025 MAINTENANCE_MESSAGE="Sorry for the inconvenience but we're performing some maintenance at the moment." -OPENAI_API_KEY="" +OPENAI_API_KEY= +ANTHROPIC_API_KEY=