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 cf8828355734..f40e4ce8bf7c 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.

- -