mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 01:17:30 -05:00 
			
		
		
		
	encode payment id
This commit is contained in:
		
							parent
							
								
									3a4ee0a00c
								
							
						
					
					
						commit
						c331c5384a
					
				@ -61,7 +61,7 @@ class AccountTransformer extends EntityTransformer
 | 
			
		||||
            'plan_paid' => (string) $account->plan_paid,
 | 
			
		||||
            'plan_expires' => (string) $account->plan_expires,
 | 
			
		||||
            'user_agent' => (string) $account->user_agent,
 | 
			
		||||
            'payment_id' => (string) $account->payment_id,
 | 
			
		||||
            'payment_id' => (string) $this->encodePrimaryKey($account->payment_id),
 | 
			
		||||
            'trial_started' => (string) $account->trial_started,
 | 
			
		||||
            'trial_plan' => (string) $account->trial_plan,
 | 
			
		||||
            'plan_price' => (float) $account->plan_price,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user