moved and updated reset fields into rebew file

This commit is contained in:
asus
2024-03-07 23:48:01 +01:00
parent 909a34cd37
commit 022468c096
4 changed files with 34 additions and 30 deletions

View File

@@ -64,6 +64,7 @@ class PLGNTLS_class
const ACF_CARD_EXPIRATION = 'fin_de_validite';
CONST ACF_PROF_IS_ACTIV = 'compte-actif';
CONST ACF_PROF_CAN_RENEW = 'renouvellement_possible';
CONST ACF_PROF_CGV = 'cgv';
const CARD_RENEW_PERIOD = 31; // int : number of days before expiration when renew card start to be possible
const CARD_VALIDITY_TIME = '1 year'; // string : time of validity of the card (ex: '1 month' or '1 year' or '60 days')