mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 02:24:29 -04:00
commit
35394670fe
@ -1 +1 @@
|
||||
5.6.27
|
||||
5.6.28
|
@ -483,8 +483,8 @@ class FacturaEInvoice extends AbstractService
|
||||
"fax" => "",
|
||||
"website" => substr($company->settings->website, 0, 50),
|
||||
"contactPeople" => substr($company->owner()->present()->name(), 0, 40),
|
||||
"firstName" => $company->owner()->present()->firstName(),
|
||||
"lastName" => $company->owner()->present()->lastName(),
|
||||
"firstSurname" => $company->owner()->present()->firstName(),
|
||||
"lastSurname" => $company->owner()->present()->lastName(),
|
||||
// 'centres' => $this->setFace(),
|
||||
// "cnoCnae" => "04647", // Clasif. Nacional de Act. Económicas
|
||||
// "ineTownCode" => "280796" // Cód. de municipio del INE
|
||||
|
@ -15,8 +15,8 @@ return [
|
||||
'require_https' => env('REQUIRE_HTTPS', true),
|
||||
'app_url' => rtrim(env('APP_URL', ''), '/'),
|
||||
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
|
||||
'app_version' => env('APP_VERSION','5.6.27'),
|
||||
'app_tag' => env('APP_TAG','5.6.27'),
|
||||
'app_version' => env('APP_VERSION','5.6.28'),
|
||||
'app_tag' => env('APP_TAG','5.6.28'),
|
||||
'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