mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Refactor for Stripe ACH
This commit is contained in:
parent
d29a1626cb
commit
6fe0fe1a5c
@ -108,6 +108,7 @@
|
|||||||
payNowButton.querySelector('span').classList.add('hidden');
|
payNowButton.querySelector('span').classList.add('hidden');
|
||||||
document.getElementById('server-response').submit();
|
document.getElementById('server-response').submit();
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
document.getElementById('new-bank').addEventListener('click', (ev) => {
|
document.getElementById('new-bank').addEventListener('click', (ev) => {
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
|
|
||||||
@endphp
|
@endphp
|
||||||
|
|
||||||
|
|
||||||
@section('gateway_head')
|
@section('gateway_head')
|
||||||
@if($gateway->company_gateway->getConfigField('account_id'))
|
@if($gateway->company_gateway->getConfigField('account_id'))
|
||||||
<meta name="stripe-account-id" content="{{ $gateway->company_gateway->getConfigField('account_id') }}">
|
<meta name="stripe-account-id" content="{{ $gateway->company_gateway->getConfigField('account_id') }}">
|
||||||
@ -81,6 +80,7 @@
|
|||||||
|
|
||||||
@include('portal.ninja2020.gateways.stripe.includes.card_widget')
|
@include('portal.ninja2020.gateways.stripe.includes.card_widget')
|
||||||
@include('portal.ninja2020.gateways.includes.pay_now')
|
@include('portal.ninja2020.gateways.includes.pay_now')
|
||||||
|
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('gateway_footer')
|
@section('gateway_footer')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user