summaryrefslogtreecommitdiffhomepage
path: root/cloud/app/src
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-09-02 23:28:52 -0400
committerFrank <[email protected]>2025-09-02 23:28:54 -0400
commitc1d754bec9f54836f66181dd37d279f0ffe2e6e5 (patch)
tree76bb46b53defae3a9802d38f6af435659e0393cf /cloud/app/src
parentc67b72178761ffd998fdd750b2a36c4568b43f64 (diff)
downloadopencode-c1d754bec9f54836f66181dd37d279f0ffe2e6e5.tar.gz
opencode-c1d754bec9f54836f66181dd37d279f0ffe2e6e5.zip
wip cloud
Diffstat (limited to 'cloud/app/src')
-rw-r--r--cloud/app/src/routes/stripe/webhook.ts1
1 files changed, 0 insertions, 1 deletions
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