mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-18 00:53:10 +01:00
bug fixes
This commit is contained in:
parent
08a022641c
commit
b34dce5170
@ -30,7 +30,7 @@ class Utils
|
||||
'count' => Session::get('error_count', 0)
|
||||
];
|
||||
|
||||
Log::error($error, $data);
|
||||
Log::error('\n'.$error, $data);
|
||||
|
||||
/*
|
||||
Mail::queue('emails.error', ['message'=>$error.' '.json_encode($data)], function($message)
|
||||
|
@ -124,7 +124,7 @@
|
||||
<div class="icon"><img src=
|
||||
"images/icon-payment.png"></div>
|
||||
<h2>ONLINE PAYMENTS</h2>
|
||||
<p>PayPal? Authorize.Net? Stripe? We support many payment technologies and if you need help or advise we’ll lend a hand (we’re pretty friendly).</p>
|
||||
<p>PayPal? Authorize.Net? Stripe? We support many payment technologies and if you need help or advice we’ll lend a hand (we’re pretty friendly).</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
BIN
public/favicon.gif
Normal file
BIN
public/favicon.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 298 B |
Loading…
Reference in New Issue
Block a user