Fix broken edit payment methods due to missing hidden field

This commit is contained in:
johnnyq 2025-11-09 12:24:04 -05:00
parent 9f19fd3c75
commit 6cdc26b55b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ ob_start();
</div>
<form action="post.php" method="post" autocomplete="off">
<input type="hidden" name="csrf_token" value="<?php echo $_SESSION['csrf_token'] ?>">
<input type="hidden" name="payment_method_id" value="<?= $payment_method_id ?>">
<div class="modal-body">
<div class="form-group">