From af27cd0b4e54716118be18cad841c15811aff124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Wed, 7 Feb 2024 17:30:55 +0100 Subject: [PATCH] Add hidden input fields for contact information in billing portal purchase form --- .../billing-portal-purchase.blade.php | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) 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 704a98323f4b..7bd196087c70 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 @@ -138,6 +138,9 @@ + + + @if($steps['started_payment'] == false) @@ -174,7 +177,39 @@ {{ ctrans('texts.trial_call_to_action') }} + @elseif($steps['check_rff']) + @if($errors->any()) +
+ @foreach($errors->all() as $error) +

{{ $error }}

+ @endforeach +
+ @endif +
+ @csrf + +
+ + +
+ +
+ + +
+ + + + +
@else
@csrf