- Use DECIMAL instead of FLOAT for monetary columns in ALTER TABLE - Simplify bind_param type string from concatenated to single literal - Validate payment_status against ENUM values before CSS class injection - Add provisioning failure logging when panel bootstrap fails - Add comment explaining total_due/amount legacy fallback Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| BillingRepository.php | ||
| BillingService.php | ||
| GatewayFactory.php | ||
| ManualGateway.php | ||
| PaymentGatewayInterface.php | ||
| PayPalGateway.php | ||
| StripeGateway.php | ||