mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for metadata column in Transaction Log
This commit is contained in:
parent
49f889eadc
commit
f4f11575ed
@ -66,7 +66,7 @@ class BaseTransaction implements TransactionInterface
|
||||
$data['payment'],
|
||||
$data['client'],
|
||||
$data['credit'],
|
||||
$data['metadata'],
|
||||
['metadata' => $data['metadata']],
|
||||
['event_id' => $this->event_id, 'timestamp' =>time()],
|
||||
);
|
||||
// return [
|
||||
|
@ -86,8 +86,8 @@ class TransactionLog implements ShouldQueue
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
if(!Ninja::isHosted())
|
||||
return;
|
||||
// if(!Ninja::isHosted())
|
||||
// return;
|
||||
|
||||
$this->setTransformer();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user