Stripe - Warn the user if the secret key is not valid during provider add/edit

This commit is contained in:
Wrongecho
2026-08-30 15:06:32 +01:00
parent 401f0dfce3
commit 318eb7cf77
3 changed files with 29 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ ob_start();
<form action="post.php" method="post" autocomplete="off">
<input type="hidden" name="csrf_token" value="<?= $_SESSION['csrf_token'] ?>">
<input type="hidden" name="provider_id" value="<?= $provider_id ?>">
<input type="hidden" name="provider" value="<?= $provider_name ?>">
<div class="modal-body">