Merge pull request #1155 from itflow-org/rec-payment-stripe

Autopay
This commit is contained in:
Johnny
2025-01-28 17:18:23 -05:00
committed by GitHub
4 changed files with 11 additions and 5 deletions

View File

@@ -1430,9 +1430,6 @@ if (isset($_GET['delete_recurring_payment'])) {
$_SESSION['alert_type'] = "error";
$_SESSION['alert_message'] = "Auto Payment Removed for Recurring Invoice <strong>$recurring_prefix$recurring_number</strong>";
if ($config_stripe_enable) {
$_SESSION['alert_message'] = "Auto Payment Removed - Stripe Auto payments must be manually removed in Stripe";
}
header("Location: " . $_SERVER["HTTP_REFERER"]);