1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00

Subscriptions v2

This commit is contained in:
David Bomba 2022-12-07 16:48:40 +11:00
parent 33d4402189
commit 82a1bf80ad
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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>