Show payment UI without pressing button first
This commit is contained in:
parent
2b078d6d23
commit
c5a692c38a
@ -249,6 +249,7 @@ if (isset($_GET['switch']) || !isset($_SESSION['register']) || !$registeropen) {
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<!--
|
||||
<div class="card-body">
|
||||
<span class="btn btn-green btn-lg btn-block" id="paymentbtn"><i class="fas fa-money-bill-wave"></i> <?php
|
||||
if ($returning) {
|
||||
@ -258,7 +259,8 @@ if (isset($_GET['switch']) || !isset($_SESSION['register']) || !$registeropen) {
|
||||
}
|
||||
?></span>
|
||||
</div>
|
||||
<div class="d-none" id="paymentui">
|
||||
-->
|
||||
<div id="paymentui">
|
||||
<div class="card-body">
|
||||
<div class="d-flex justify-content-around flex-wrap">
|
||||
<?php
|
||||
|
Loading…
x
Reference in New Issue
Block a user