fixes for becs (#99)

This commit is contained in:
Benjamin Beganović 2024-09-05 23:33:09 +02:00 committed by GitHub
parent 3a609f19b1
commit 1d45a3944b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,8 @@
@include('portal.ninja2020.gateways.includes.pay_now') @include('portal.ninja2020.gateways.includes.pay_now')
</div> </div>
@assets @assets
<script src="https://js.stripe.com/v3/"></script> <script src="https://js.stripe.com/v3/"></script>
<script src="{{ asset('js/clients/payments/stripe-becs.js') }}"></script> @vite('resources/js/clients/payments/stripe-becs.js')
@endassets @endassets