mirror of https://github.com/itflow-org/itflow
Fix broken edit payment methods due to missing hidden field
This commit is contained in:
parent
9f19fd3c75
commit
6cdc26b55b
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue