added payment problem message
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user