mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 15:24:31 -04:00
commit
b292a843e4
@ -1 +1 @@
|
||||
5.5.106
|
||||
5.5.107
|
@ -477,8 +477,11 @@ class CompanySettings extends BaseSettings
|
||||
|
||||
public $e_invoice_type = 'EN16931';
|
||||
|
||||
public $default_expense_payment_type_id = '0';
|
||||
|
||||
public static $casts = [
|
||||
'e_invoice_type' => 'string',
|
||||
'default_expense_payment_type_id' => 'string',
|
||||
'e_invoice_type' => 'string',
|
||||
'mailgun_endpoint' => 'string',
|
||||
'client_initiated_payments' => 'bool',
|
||||
'client_initiated_payments_minimum' => 'float',
|
||||
|
@ -14,8 +14,8 @@ return [
|
||||
'require_https' => env('REQUIRE_HTTPS', true),
|
||||
'app_url' => rtrim(env('APP_URL', ''), '/'),
|
||||
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
|
||||
'app_version' => '5.5.106',
|
||||
'app_tag' => '5.5.106',
|
||||
'app_version' => '5.5.107',
|
||||
'app_tag' => '5.5.107',
|
||||
'minimum_client_version' => '5.0.16',
|
||||
'terms_version' => '1.0.1',
|
||||
'api_secret' => env('API_SECRET', ''),
|
||||
|
Loading…
x
Reference in New Issue
Block a user