Further enhanced the Saved Payments Section by splitting cards and add card into 2 columns

This commit is contained in:
johnnyq
2025-09-03 17:45:11 -04:00
parent 2549a97a7e
commit 46d93f986e

View File

@@ -59,8 +59,9 @@ if (!$stripe_public_key || !$stripe_secret_key) {
?> ?>
<h3>Saved Payment Methods</h3> <h3>Saved Payment Methods</h3>
<hr>
<div class="row"> <div class="row">
<div class="col-md-10"> <div class="col-md-6">
<?php if (!$stripe_customer_id) { ?> <?php if (!$stripe_customer_id) { ?>
<b>Save card details</b><br> <b>Save card details</b><br>
@@ -129,8 +130,8 @@ if (!$stripe_public_key || !$stripe_secret_key) {
?> ?>
</ul> </ul>
<?php } ?> <?php } ?>
</div>
<hr> <div class="col-md-6">
<b>Add a new payment method</b><br><br> <b>Add a new payment method</b><br><br>
<input type="hidden" id="stripe_publishable_key" value="<?php echo $stripe_public_key ?>"> <input type="hidden" id="stripe_publishable_key" value="<?php echo $stripe_public_key ?>">