added payment problem message

This commit is contained in:
asus
2024-04-04 20:27:02 +02:00
parent 29834a9b9b
commit 6de3205480
3 changed files with 14 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ Plugin Name: hggg_cipf
Plugin URI:
Description:
Author: hugogogo
Version: 0.5.3
Version: 0.5.4
Author URI:
*/
@@ -180,6 +180,16 @@ contactez la fipf directement",
'confirmation_subject'=>"[CIPF - paiement echoué]",
'confirmation_message'=>"votre paiement a echoué",
],
'payment_problem'=>[
'name'=>'prof - le paiement a rencontré un problem',
'notification_send'=>true,
'notification_to'=>'$$__admin_email__$$',
'notification_subject'=>"[CIPF /prof - paiement probleme]",
'notification_message'=>'probleme de paiement pour $$user_login$$ : $$__author_page_url__$$',
'confirmation_send'=>false,
'confirmation_subject'=>"[CIPF - paiement problème]",
'confirmation_message'=>"votre paiement a rencontré un probleme",
],
'transfert_success'=>[
'name'=>'prof - le virement a été validé',
'notification_send'=>true,