From 844cc7e11f4170ed2536434f08afcdf1aa014cea Mon Sep 17 00:00:00 2001 From: justin Date: Fri, 22 May 2026 01:11:26 -0500 Subject: [PATCH] Add inline free-order success handler to success page Static inline script that verifies $0 orders via API and shows "Order Confirmed" state. Re-asserts success state on delays to override the Astro hoisted JS which would otherwise show error (since there's no Stripe session_id for free orders). Co-Authored-By: Claude Opus 4.6 (1M context) --- site/public/order/success/index.html | 46 +++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/site/public/order/success/index.html b/site/public/order/success/index.html index 2ea09e2..815e31a 100644 --- a/site/public/order/success/index.html +++ b/site/public/order/success/index.html @@ -5,7 +5,51 @@ if (h === "dev.performancewest.net") return "https://api.dev.performancewest.net"; return "https://api.performancewest.net"; })(); - Order Confirmed | Performance West Inc.