fixed error in prof state for renew card

This commit is contained in:
asus
2024-03-19 22:47:00 +01:00
parent d264e6c321
commit 1248c2339d
5 changed files with 13 additions and 39 deletions

View File

@@ -71,7 +71,6 @@ class PLGNTLS_class {
const ACF_CARD_EXPIRATION = ['_name'=>'fin_de_validite']; // date picker
const ACF_CARD_PAYMENT_STATE = ['_name'=>'etat_paiement', 'started'=>'en_cours', 'success'=>'reussi', 'failure'=>'echec', 'nothing'=>'aucun']; // radio button
const ACF_ACCOUNT_STATE = ['_name'=>'etat_compte', 'new'=>'nouveau prof', 'to_pay'=>'doit payer', 'valid'=>'carte valide', 'waiting_invalid'=>'en attente invalide', 'waiting_valid'=>'en attente valide', 'expired'=>'carte expiree'];
const ACF_TRANSFERT_STATE = ['_name'=>'etat_virement', 'waiting'=>'en attente', 'done'=>'reçu'];
// META
const META_PAYEMENT_STATUS = 'cipf_payement_status';