Remove code, environment variable

This commit is contained in:
Dillon Ngo
2026-01-14 13:03:40 +08:00
parent 1ee68f1c31
commit 0d7d306f3d
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ FILESYSTEM_DRIVER="documents"
JWT_SECRET=
JWT_TTL=1440
IS_PRODUCTION=false
IS_PRODUCTION=false # deprecated, please do not use
BILLPLZ_BASE_URL="https://www.billplz-sandbox.com"
BILLPLZ_API_KEY="d25c6170-dc00-45cd-b226-d702b957870c"
@@ -3,9 +3,11 @@
<div class="row">
<div class="col">
<booking-details-section-component :marking={{$marking}}></booking-details-section-component>
{{--
@if(!env('IS_PRODUCTION'))
{{--<a class="btn btn-xs all-caps b-rad-none btn-warning" href="{{ route('booking.merge', $marking)}}">Merge Transfer Orders</a>--}}
<a class="btn btn-xs all-caps b-rad-none btn-warning" href="{{ route('booking.merge', $marking)}}">Merge Transfer Orders</a>
@endif
--}}
</div>
</div>
@endsection
@endsection