Payment response
This commit is contained in:
parent
712ff6b881
commit
71cb3b5a7a
1 changed files with 8 additions and 0 deletions
|
|
@ -62,5 +62,13 @@
|
|||
@endsection
|
||||
|
||||
@section('gateway_footer')
|
||||
<script>
|
||||
|
||||
|
||||
document.getElementById('pay-now').addEventListener('click', function() {
|
||||
document.getElementById('server_response').submit();
|
||||
});
|
||||
|
||||
</script>
|
||||
@endsection
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue