All checks were successful
Build and Push Docker Images / docker (push) Successful in 49s
## Changes Made: ### Backend (server/routes/checkout.js): - Changed PROCESSING_FEE_PERCENT from 0.05 to 0.03 - Now calculates 3% fee instead of 5% ### Frontend (src/pages/CheckoutSuccess.tsx): - Updated display text from "Processing Fee (5%)" to "Processing Fee (3%)" - Receipt now shows correct percentage ## Impact: - All new orders will have 3% processing fee - Calculation, display, and Stripe charges all consistent at 3% 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>