From c1d754bec9f54836f66181dd37d279f0ffe2e6e5 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 2 Sep 2025 23:28:52 -0400 Subject: wip cloud --- cloud/app/src/routes/stripe/webhook.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'cloud/app/src') diff --git a/cloud/app/src/routes/stripe/webhook.ts b/cloud/app/src/routes/stripe/webhook.ts index 592f4568d..b69d54df8 100644 --- a/cloud/app/src/routes/stripe/webhook.ts +++ b/cloud/app/src/routes/stripe/webhook.ts @@ -24,7 +24,6 @@ export async function POST(input: APIEvent) { if (!workspaceID) throw new Error("Workspace ID not found") if (!customerID) throw new Error("Customer ID not found") if (!amount) throw new Error("Amount not found") - if (amount !== 2118) throw new Error("Amount mismatch") if (!paymentID) throw new Error("Payment ID not found") const chargedAmount = 2000 -- cgit v1.2.3