mirror of
https://github.com/itflow-org/itflow
synced 2026-09-04 22:05:12 +00:00
Stripe - Warn the user if the secret key is not valid during provider add/edit
This commit is contained in:
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user