mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 04:07:32 -05:00 
			
		
		
		
	Merge remote-tracking branch 'upstream/v2' into v2-repeating-header-and-footer
This commit is contained in:
		
						commit
						bba9d7dc44
					
				@ -44,6 +44,7 @@ class CompanyGateway extends BaseModel
 | 
				
			|||||||
        'custom_value3',
 | 
					        'custom_value3',
 | 
				
			||||||
        'custom_value4',
 | 
					        'custom_value4',
 | 
				
			||||||
        'token_billing',
 | 
					        'token_billing',
 | 
				
			||||||
 | 
					        'label',
 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public static $credit_cards = [
 | 
					    public static $credit_cards = [
 | 
				
			||||||
 | 
				
			|||||||
@ -31,7 +31,7 @@ class SystemLogTransformer extends EntityTransformer
 | 
				
			|||||||
            'event_id' => (int) $system_log->event_id,
 | 
					            'event_id' => (int) $system_log->event_id,
 | 
				
			||||||
            'category_id' => (int) $system_log->category_id,
 | 
					            'category_id' => (int) $system_log->category_id,
 | 
				
			||||||
            'type_id' => (int) $system_log->type_id,
 | 
					            'type_id' => (int) $system_log->type_id,
 | 
				
			||||||
            'log' => (string) $system_log->log,
 | 
					            'log' => json_encode($system_log->log),
 | 
				
			||||||
            'updated_at' => (int)$system_log->updated_at,
 | 
					            'updated_at' => (int)$system_log->updated_at,
 | 
				
			||||||
            'created_at' => (int)$system_log->created_at,
 | 
					            'created_at' => (int)$system_log->created_at,
 | 
				
			||||||
        ];
 | 
					        ];
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user