mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 10:54:36 -04:00
Fixes for braintree
This commit is contained in:
parent
cd11889044
commit
7b8529ca95
@ -36,10 +36,6 @@ return [
|
|||||||
* the built in metrics.
|
* the built in metrics.
|
||||||
*/
|
*/
|
||||||
'system_logging' => [
|
'system_logging' => [
|
||||||
'Turbo124\Beacon\Jobs\System\CpuMetric',
|
|
||||||
'Turbo124\Beacon\Jobs\System\HdMetric',
|
|
||||||
'Turbo124\Beacon\Jobs\System\MemMetric',
|
|
||||||
App\Jobs\Ninja\CheckDbStatus::class,
|
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -92,5 +92,7 @@
|
|||||||
@section('gateway_footer')
|
@section('gateway_footer')
|
||||||
<script src="https://js.braintreegateway.com/web/3.81.0/js/client.min.js"></script>
|
<script src="https://js.braintreegateway.com/web/3.81.0/js/client.min.js"></script>
|
||||||
<script src="https://js.braintreegateway.com/web/3.81.0/js/us-bank-account.min.js"></script>
|
<script src="https://js.braintreegateway.com/web/3.81.0/js/us-bank-account.min.js"></script>
|
||||||
@vite('resources/js/clients/payment_methods/braintree-ach.js')
|
|
||||||
|
<script defer src="{{ asset('js/clients/payment_methods/braintree-ach.js') }}"></script>
|
||||||
|
|
||||||
@endsection
|
@endsection
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@push('footer')
|
@push('footer')
|
||||||
<script>
|
<script defer>
|
||||||
Array
|
Array
|
||||||
.from(document.getElementsByClassName('toggle-payment-with-token'))
|
.from(document.getElementsByClassName('toggle-payment-with-token'))
|
||||||
.forEach((element) => element.addEventListener('click', (element) => {
|
.forEach((element) => element.addEventListener('click', (element) => {
|
||||||
|
@ -75,7 +75,9 @@
|
|||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('gateway_footer')
|
@section('gateway_footer')
|
||||||
@vite('resources/js/clients/payments/braintree-credit-card.js')
|
|
||||||
|
<script defer src="{{ asset('js/clients/payments/braintree-credit-card.js') }}"></script>
|
||||||
|
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
<div id="threeds"></div>
|
<div id="threeds"></div>
|
Loading…
x
Reference in New Issue
Block a user