mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 01:17:30 -05:00 
			
		
		
		
	Fixes for coupons on free subscriptions
This commit is contained in:
		
							parent
							
								
									bfe31c09ce
								
							
						
					
					
						commit
						53d3888f5b
					
				@ -409,7 +409,7 @@ class BillingPortalPurchase extends Component
 | 
			
		||||
            'quantity' => $this->quantity,
 | 
			
		||||
            'contact_id' => $this->contact->id,
 | 
			
		||||
            'client_id' => $this->contact->client->id,
 | 
			
		||||
            'coupon' => '',
 | 
			
		||||
            'coupon' => $this->coupon,
 | 
			
		||||
        ]);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user