- improved payement paypal for date and other things

This commit is contained in:
asus
2024-03-06 23:44:46 +01:00
parent 1661f16aff
commit 2fb1ec35aa
7 changed files with 62 additions and 69 deletions

View File

@@ -62,7 +62,8 @@ class PLGNTLS_class
const ACF_CARD_PRICE_DELIVERY = 'livraison';
const ACF_CARD_PRICE_TOTAL = 'somme_a_regler';
const ACF_CARD_EXPIRATION = 'fin_de_validite';
const CARD_RENEW_PERIOD = 31; // number of days before expiration when renew card start to be possible
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')
private static $_root_path;
private static $_root_url;