mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
Add the production billing portal link for static plan page (#5860)
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
* These links are used when Supabase is not configured, allowing users to
|
* These links are used when Supabase is not configured, allowing users to
|
||||||
* purchase licenses directly through Stripe hosted checkout pages.
|
* purchase licenses directly through Stripe hosted checkout pages.
|
||||||
*
|
*
|
||||||
* NOTE: These are test environment URLs. Replace with production URLs before release.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export interface StaticStripeLinks {
|
export interface StaticStripeLinks {
|
||||||
@@ -28,7 +27,7 @@ export const STATIC_STRIPE_LINKS: StaticStripeLinks = {
|
|||||||
monthly: '',
|
monthly: '',
|
||||||
yearly: '',
|
yearly: '',
|
||||||
},
|
},
|
||||||
billingPortal: 'https://billing.stripe.com/p/login/test_aFa5kv1Mz2s10Fr3Cp83C00',
|
billingPortal: 'https://billing.stripe.com/p/login/5kA6pT6Xa7z59HO4gg',
|
||||||
};
|
};
|
||||||
|
|
||||||
// LINKS FOR TEST SERVER:
|
// LINKS FOR TEST SERVER:
|
||||||
|
|||||||
Reference in New Issue
Block a user