From 41f37fc1892cc7475a769d8d359f6879850bc59b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 8 Apr 2021 17:13:16 +0200 Subject: [PATCH] wip --- .../components/livewire/billing-portal-purchase.blade.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php b/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php index cf88283557..f40e4ce8bf 100644 --- a/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php @@ -41,7 +41,7 @@ @foreach($subscription->service()->recurring_products() as $product)
-
{{ $product->product_key }}
+
{{ $product->notes }}
{{ \App\Utils\Number::formatMoney($product->price, $subscription->company) }} @@ -136,9 +136,6 @@ @elseif($steps['show_start_trial'])
@csrf -

Some text about the trial goes here. Details about the days, etc.

- -