From bbcf2b345993bbcba9b5b9e97bbdf17a7ac91d71 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 15 Dec 2022 15:48:02 +1100 Subject: [PATCH] Disable payment button on click --- .../livewire/billing-portal-purchasev2.blade.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/views/portal/ninja2020/components/livewire/billing-portal-purchasev2.blade.php b/resources/views/portal/ninja2020/components/livewire/billing-portal-purchasev2.blade.php index a0caaa3a9bce..d1bf5b8a9410 100644 --- a/resources/views/portal/ninja2020/components/livewire/billing-portal-purchasev2.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/billing-portal-purchasev2.blade.php @@ -253,7 +253,7 @@ {{ $total }} -
+

{{ $heading_text ?? ctrans('texts.checkout') }}

@if (session()->has('message')) @component('portal.ninja2020.components.message') @@ -261,9 +261,10 @@ @endcomponent @endif @if(count($methods) > 0) -
+
@foreach($methods as $method)
@endif -
+