Refactor refund process by removing the inc_tableau_remboursement.php file and updating the refund handling logic in ajax_refund.php and inc_fx_paypal.php. The changes include enhanced authorization checks for promoters, improved session management for refund tokens, and better integration of user information in refund records. This update streamlines the refund workflow and enhances security and maintainability.
This commit is contained in:
@ -716,14 +716,6 @@ require_once("inc_header.php");
|
||||
$footer_script = true;
|
||||
include("inc_tableau_rabais.php");
|
||||
break;
|
||||
// MSIN-3679
|
||||
case 'compte_inc_tableau_remboursement':
|
||||
$blnBoutonRetour = false;
|
||||
$footer_script = true;
|
||||
|
||||
include("inc_tableau_remboursement.php");
|
||||
break;
|
||||
|
||||
case 'compte_inc_tableau_inscriptions':
|
||||
$blnBoutonRetour = false;
|
||||
$footer_script = true;
|
||||
|
||||
Reference in New Issue
Block a user