Merge pull request #7861 from turbo124/v5-develop

v5.5.30
This commit is contained in:
David Bomba 2022-10-09 12:33:30 +11:00 committed by GitHub
commit c5020c3d29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
5.5.29 5.5.30

View File

@ -14,8 +14,8 @@ return [
'require_https' => env('REQUIRE_HTTPS', true), 'require_https' => env('REQUIRE_HTTPS', true),
'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_url' => rtrim(env('APP_URL', ''), '/'),
'app_domain' => env('APP_DOMAIN', 'invoicing.co'), 'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
'app_version' => '5.5.29', 'app_version' => '5.5.30',
'app_tag' => '5.5.29', 'app_tag' => '5.5.30',
'minimum_client_version' => '5.0.16', 'minimum_client_version' => '5.0.16',
'terms_version' => '1.0.1', 'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', ''), 'api_secret' => env('API_SECRET', ''),

View File

@ -43,7 +43,7 @@
@endsection @endsection
@section('gateway_footer') @section('gateway_footer')
@if($gateway->forte->company_gateway->getConfigField('testMode')) @if($gateway->company_gateway->getConfigField('testMode'))
<script type="text/javascript" src="https://sandbox.forte.net/api/js/v1"></script> <script type="text/javascript" src="https://sandbox.forte.net/api/js/v1"></script>
@else @else
<script type="text/javascript" src="https://api.forte.net/js/v1"></script> <script type="text/javascript" src="https://api.forte.net/js/v1"></script>