1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Payment response

This commit is contained in:
David Bomba 2021-07-05 21:15:35 +10:00
parent 712ff6b881
commit 71cb3b5a7a

View File

@ -62,5 +62,13 @@
@endsection
@section('gateway_footer')
<script>
document.getElementById('pay-now').addEventListener('click', function() {
document.getElementById('server_response').submit();
});
</script>
@endsection