emails ok, except for shcedule deletion, not yet

This commit is contained in:
asus
2024-04-03 14:53:34 +02:00
parent d2b2967218
commit 15b315b4f3
3 changed files with 10 additions and 9 deletions

View File

@@ -141,6 +141,7 @@ function failure_payment_for_user_CIPF($user_id, $order_id, $status) {
set_payment_failure_CIPF($user_id);
set_account_to_pay_CIPF($user_id);
send_emails_CIPF('payment_echec', $user_id);
}