mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
Remove code, environment variable
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user