From e1a9714cc4a02ba22bcf819c07450d8f96c1d582 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 17:05:55 +0000 Subject: [PATCH] Remove manual Stripe Price ID input from product creation form - Removed the "Stripe price ID" input field from `ProductWorkspace.jsx`. - The backend automatically handles Stripe product and price creation and linking. - Verified that backend tests confirm automatic Stripe resource creation without manual input. - Frontend verification confirmed the field is removed and layout is intact. Co-authored-by: AJFrio <20246916+AJFrio@users.noreply.github.com> --- src/components/admin/ProductWorkspace.jsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/components/admin/ProductWorkspace.jsx b/src/components/admin/ProductWorkspace.jsx index 29d7ee4..3d45646 100644 --- a/src/components/admin/ProductWorkspace.jsx +++ b/src/components/admin/ProductWorkspace.jsx @@ -985,16 +985,6 @@ export function ProductWorkspace() { ))} -
- - handleDraftChange('stripePriceId', event.target.value)} - placeholder="price_123" - /> -