mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Subscriptions v2
This commit is contained in:
parent
33d4402189
commit
82a1bf80ad
@ -212,14 +212,14 @@ 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();
|
||||
|
||||
}
|
||||
|
||||
public function buildBundle()
|
||||
{
|
||||
$this->bundle = collect();
|
||||
$this->bundle = collect();
|
||||
|
||||
$data = $this->data;
|
||||
|
||||
|
@ -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…
Reference in New Issue
Block a user