added billing portal button

This commit is contained in:
Daniel
2023-07-16 00:18:49 -04:00
parent f82582a0bd
commit c7cfbc3846
5 changed files with 74 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ declare global {
STRIPE_SECRET_KEY?: string;
PRICE_ID?: string;
STRIPE_BILLING_PORTAL_URL?: string;
NEXT_PUBLIC_STRIPE_BILLING_PORTAL_URL?: string;
}
}
}