Payment Commands — Critical Risk
These commands handle payment processing and verification with direct financial impact.
:::danger Critical risk These commands process payments, verify transactions, and manage financial data. Failures can lead to missed or duplicated payments, financial reconciliation issues, revenue loss, and compliance problems. :::
Commands
menzzo:v2:sales:payment
- Schedule: daily at 02:00 (
0 2 * * *) - Intent: update sale payment statuses
- Class:
src/AppBundle/Command/Sale/V2/SalePaymentStatusCommand.php
Related documentation
- Coverage report — complete list of critical commands