- fixed error in acf fields handling

- added history handler
This commit is contained in:
asus
2024-04-08 22:19:02 +02:00
parent 4c0e4c001f
commit 598365330c
2 changed files with 18 additions and 3 deletions

View File

@@ -82,6 +82,7 @@ class Cipf {
const ACF_TRANSFERT_STATE = ['_name'=>'etat_virement', 'success'=>'virement validé'];
const ACF_PAGE_STATE = ['_name'=>'etat_page_partenaire', 'publish'=>'Publiee', 'draft'=>'Brouillon'];
const ACF_CARD_ORDER_ID = ['_name'=>'order_id'];
const ACF_HISTORY = ['_name'=>'history'];
// META
const META_PAYEMENT_STATUS = 'cipf_payement_status';