stage #1

Merged
ThaMunsta merged 351 commits from stage into main 2025-11-10 14:37:21 +00:00
Showing only changes of commit 46d93f986e - Show all commits
+4 -3
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 ?>">