Matt 039ddc0fa8
All checks were successful
Build and Push Docker Images / docker (push) Successful in 2m18s
Fix admin email to display correct payment amount
- Admin notification was showing 6 instead of 600
- Root cause: double cents-to-dollars conversion
- webhooks.js already converts to dollars before calling sendAdminNotification
- Updated sendAdminNotification to handle pre-converted dollar amounts
- Simplified formatting logic for clarity

server/utils/emailService.js:155-162
2025-11-03 13:47:03 +01:00
..