diff --git a/resources/views/portal/ninja2020/components/livewire/payment_method-flow2.blade.php b/resources/views/portal/ninja2020/components/livewire/payment_method-flow2.blade.php index 58c249541363..0afae15540ec 100644 --- a/resources/views/portal/ninja2020/components/livewire/payment_method-flow2.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/payment_method-flow2.blade.php @@ -1,7 +1,7 @@ -
+
@foreach($methods as $index => $method) - diff --git a/resources/views/portal/ninja2020/gateways/stripe/credit_card/livewire_pay.blade.php b/resources/views/portal/ninja2020/gateways/stripe/credit_card/livewire_pay.blade.php index 79bc7b5cb47d..0f594b6b5951 100644 --- a/resources/views/portal/ninja2020/gateways/stripe/credit_card/livewire_pay.blade.php +++ b/resources/views/portal/ninja2020/gateways/stripe/credit_card/livewire_pay.blade.php @@ -1,4 +1,4 @@ -
+
@if($stripe_account_id) @@ -72,6 +72,225 @@ @endassets - @vite('resources/js/clients/payments/stripe-credit-card.js') + @script + + @endscript
\ No newline at end of file