mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 01:17:30 -05:00 
			
		
		
		
	Subscriptions v2
This commit is contained in:
		
							parent
							
								
									33d4402189
								
							
						
					
					
						commit
						82a1bf80ad
					
				@ -212,8 +212,8 @@ class BillingPortalPurchasev2 extends Component
 | 
			
		||||
        $this->optional_recurring_products = $this->subscription->service()->optional_recurring_products();
 | 
			
		||||
        $this->optional_products = $this->subscription->service()->optional_products();
 | 
			
		||||
 | 
			
		||||
        $this->buildBundle();
 | 
			
		||||
 | 
			
		||||
        // $this->buildBundle();
 | 
			
		||||
        $this->bundle = collect();
 | 
			
		||||
        
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -160,7 +160,7 @@
 | 
			
		||||
 | 
			
		||||
    </form>
 | 
			
		||||
 | 
			
		||||
    <div class="col-span-4 bg-blue-500 flex flex-col item-center p-2 h-screen">
 | 
			
		||||
    <div class="col-span-4 bg-blue-500 flex flex-col item-center p-2 h-screen" wire:init="buildBundle">
 | 
			
		||||
        <div class="w-full p-4">
 | 
			
		||||
            <div id="summary" class="px-4 text-white">
 | 
			
		||||
                <h1 class="font-semibold text-2xl border-b-2 border-gray-200 border-opacity-50 pb-2 text-white">{{ ctrans('texts.order') }}</h1>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user