Add test button to launch stripe

This commit is contained in:
Owen
2026-02-04 14:13:25 -08:00
parent bf5dd3b0a1
commit 158d7b23d8
7 changed files with 216 additions and 16 deletions

View File

@@ -121,7 +121,7 @@ export default function GeneralPage() {
setIsLoading(true);
try {
const response = await api.post<AxiosResponse<string>>(
`/org/${org.org.orgId}/billing/create-checkout-session`,
`/org/${org.org.orgId}/billing/create-checkout-session-saas`,
{}
);
console.log("Checkout session response:", response.data);