Critical Risk: Refund Commands¶
These commands manage refund processing with direct financial impact.
Critical Risk
These commands process refunds and verify refund transactions. Failures can result in incorrect refund amounts, duplicate refunds, customer satisfaction issues, and financial discrepancies.
Commands¶
menzzo:refund:alert¶
Schedule: Every 4 hours (0 */4 * * *)
Purpose: Alert on pending refunds
Command Class: src/AppBundle/Command/Refund/RefundAlertCommand.php
menzzo:refund:check¶
Schedule: Hourly (0 * * * *)
Purpose: Check Hipay refund status
Command Class: src/AppBundle/Command/Refund/RefundCheckCommand.php
For a complete list of refund-related commands, see the Progress Report.