- improved payement paypal for date and other things
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user