mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:17:32 -05:00 
			
		
		
		
	
						commit
						b292a843e4
					
				@ -1 +1 @@
 | 
				
			|||||||
5.5.106
 | 
					5.5.107
 | 
				
			||||||
@ -477,7 +477,10 @@ class CompanySettings extends BaseSettings
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    public $e_invoice_type = 'EN16931';
 | 
					    public $e_invoice_type = 'EN16931';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    public $default_expense_payment_type_id = '0';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public static $casts = [
 | 
					    public static $casts = [
 | 
				
			||||||
 | 
					        'default_expense_payment_type_id'    => 'string',
 | 
				
			||||||
        'e_invoice_type'                     => 'string',    
 | 
					        'e_invoice_type'                     => 'string',    
 | 
				
			||||||
        'mailgun_endpoint'                   => 'string',    
 | 
					        'mailgun_endpoint'                   => 'string',    
 | 
				
			||||||
        'client_initiated_payments'          => 'bool',
 | 
					        'client_initiated_payments'          => 'bool',
 | 
				
			||||||
 | 
				
			|||||||
@ -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.106',
 | 
					    'app_version' => '5.5.107',
 | 
				
			||||||
    'app_tag' => '5.5.106',
 | 
					    'app_tag' => '5.5.107',
 | 
				
			||||||
    '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', ''),
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user