abort event scheduled for each actions, will try one daily check

This commit is contained in:
asus
2024-04-10 12:16:07 +02:00
parent 5cde5cd913
commit 088c8f8c39
4 changed files with 143 additions and 182 deletions

View File

@@ -174,10 +174,6 @@ function success_payment_for_user_CIPF($user_id, $order_id) {
*
*/
update_card_date_expiration_CIPF($user_id);
schedule_deactivate_expired_card_CIPF($user_id);
schedule_prof_account_deletion_CIPF($user_id);
schedule_reminder_before_card_expire_CIPF($user_id);
schedule_reminder_before_account_delete_CIPF($user_id);
if (is_card_new_CIPF($user_id)) {
set_card_number_CIPF($user_id);

View File

@@ -56,8 +56,6 @@ function check_can_pay_CIPF() {
//schedule_prof_account_deletion_CIPF($user_id);
/*
* check if payment is virement or immediat
*