mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixes
This commit is contained in:
parent
00af1bb7b5
commit
8ea4b66857
@ -37,7 +37,7 @@ class VersionCheck implements ShouldQueue
|
||||
{
|
||||
$version_file = trim(file_get_contents(config('ninja.version_url')));
|
||||
|
||||
info("latest version = {$version_file}");
|
||||
nlog("latest version = {$version_file}");
|
||||
|
||||
if ($version_file) {
|
||||
Account::whereNotNull('id')->update(['latest_version' => $version_file]);
|
||||
|
@ -79,7 +79,7 @@ class PayFastPaymentDriver extends BaseDriver
|
||||
|
||||
} catch(\Exception $e) {
|
||||
|
||||
echo '##PAYFAST## There was an exception: '.$e->getMessage();
|
||||
nlog('##PAYFAST## There was an exception: '.$e->getMessage());
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user