mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixes
This commit is contained in:
commit
a4803459b3
@ -1 +1 @@
|
|||||||
5.3.6
|
5.3.7
|
@ -124,7 +124,9 @@ class NinjaMailerJob implements ShouldQueue
|
|||||||
if($e instanceof ClientException) { //postmark specific failure
|
if($e instanceof ClientException) { //postmark specific failure
|
||||||
|
|
||||||
$response = $e->getResponse();
|
$response = $e->getResponse();
|
||||||
$message = $response->Message;
|
|
||||||
|
nlog($response);
|
||||||
|
// $message = $response->Message;
|
||||||
}
|
}
|
||||||
|
|
||||||
if($this->nmo->entity)
|
if($this->nmo->entity)
|
||||||
|
@ -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.3.6',
|
'app_version' => '5.3.7',
|
||||||
'app_tag' => '5.3.6',
|
'app_tag' => '5.3.7',
|
||||||
'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