Stripe - Client pays removal

- Complete removal of client paying Stripe fees feature
- Add PHP error logging to the Stripe payment process
This commit is contained in:
wrongecho
2024-09-10 20:26:16 +01:00
parent 760f07e665
commit 549868e3bf
10 changed files with 114 additions and 188 deletions

View File

@@ -931,6 +931,9 @@ if (isset($_GET['delete_payment'])) {
$_SESSION['alert_type'] = "error";
$_SESSION['alert_message'] = "Payment deleted";
if ($config_stripe_enable) {
$_SESSION['alert_message'] = "Payment deleted - Stripe payments must be manually refunded in Stripe";
}
header("Location: " . $_SERVER["HTTP_REFERER"]);