diff --git a/src/routes/(admin)/account/(menu)/billing/+page.svelte b/src/routes/(admin)/account/(menu)/billing/+page.svelte index 9698351b..2045efdf 100644 --- a/src/routes/(admin)/account/(menu)/billing/+page.svelte +++ b/src/routes/(admin)/account/(menu)/billing/+page.svelte @@ -23,12 +23,15 @@
Yup! This template is free to use for any project.
++ The pricing page is part of the boilerplate. It shows how the + pricing page integrates into the billing portal and the Stripe + Checkout flows. +
+The template is under the MIT license.
++ Our demo page SaasStarter.work has a functional demo page, using Stripe's test environment. +
++ You can use the credit card number 4242 4242 4242 4242 with any + future expiry date to test the payment and upgrade flows. +
++ | Free | +Pro | +
---|---|---|
{feature.name} | +||
{feature.name} | ++ {#if feature.freeString} + {feature.freeString} + {:else if feature.freeIncluded} + + {:else} + + {/if} + | ++ {#if feature.proString} + {feature.proString} + {:else if feature.proIncluded} + + {:else} + + {/if} + | +
Yup! This template is free to use for any project.
-- The pricing page is part of the boilerplate. It shows how the pricing - page integrates into the billing portal and the Stripe Checkout flows. -
-The template is under the MIT license.
-- Our demo page SaasStarter.work has a functional demo page, using Stripe's test environment. -
-- You can use the credit card number 4242 4242 4242 4242 with any future - expiry date to test the payment and upgrade flows. -
-- | Free | -Pro | -
---|---|---|
{feature.name} | -||
{feature.name} | -- {#if feature.freeString} - {feature.freeString} - {:else if feature.freeIncluded} - - {:else} - - {/if} - | -- {#if feature.proString} - {feature.proString} - {:else if feature.proIncluded} - - {:else} - - {/if} - | -