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['payment'],
|
||||||
$data['client'],
|
$data['client'],
|
||||||
$data['credit'],
|
$data['credit'],
|
||||||
$data['metadata'],
|
['metadata' => $data['metadata']],
|
||||||
['event_id' => $this->event_id, 'timestamp' =>time()],
|
['event_id' => $this->event_id, 'timestamp' =>time()],
|
||||||
);
|
);
|
||||||
// return [
|
// return [
|
||||||
|
@ -86,8 +86,8 @@ class TransactionLog implements ShouldQueue
|
|||||||
*/
|
*/
|
||||||
public function handle()
|
public function handle()
|
||||||
{
|
{
|
||||||
if(!Ninja::isHosted())
|
// if(!Ninja::isHosted())
|
||||||
return;
|
// return;
|
||||||
|
|
||||||
$this->setTransformer();
|
$this->setTransformer();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user