From a23cdfe396ff245a3b8da9351b5514daa6a7a163 Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 31 Oct 2025 20:57:52 +0100 Subject: [PATCH] Remove Portfolio line from receipts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove portfolio ID display from both: - Email receipt template (receipt.hbs) - Digital receipt page (CheckoutSuccess.tsx) Portfolio information is internal and not needed in customer-facing receipts. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- server/templates/receipt.hbs | 6 ------ src/pages/CheckoutSuccess.tsx | 8 -------- 2 files changed, 14 deletions(-) diff --git a/server/templates/receipt.hbs b/server/templates/receipt.hbs index 8e08f56..b93e31e 100644 --- a/server/templates/receipt.hbs +++ b/server/templates/receipt.hbs @@ -373,12 +373,6 @@
🌱
- -
- Portfolio - #{{portfolioId}} -
-
diff --git a/src/pages/CheckoutSuccess.tsx b/src/pages/CheckoutSuccess.tsx index b5a46f9..0c57f43 100644 --- a/src/pages/CheckoutSuccess.tsx +++ b/src/pages/CheckoutSuccess.tsx @@ -348,14 +348,6 @@ export default function CheckoutSuccess({
- {/* Portfolio */} -
- Portfolio - - #{order.portfolioId} - -
- {/* Pricing Breakdown */}