diff --git a/server/routes/checkout.js b/server/routes/checkout.js index d020d69..8c8d006 100644 --- a/server/routes/checkout.js +++ b/server/routes/checkout.js @@ -12,7 +12,7 @@ const PORTFOLIO_PRICING = { }; // Processing fee percentage -const PROCESSING_FEE_PERCENT = 0.03; // 3% +const PROCESSING_FEE_PERCENT = 0.05; // 5% /** * Calculate pricing with processing fee @@ -81,7 +81,7 @@ router.post('/create-session', async (req, res) => { price_data: { currency: 'usd', product_data: { - name: 'Processing Fee (3%)', + name: 'Processing Fee (5%)', description: 'Transaction processing fee', }, unit_amount: processingFee, // Processing fee in cents