Warn users about canceling patreon memberships
This commit is contained in:
@@ -64,7 +64,6 @@ let pages = [
|
||||
path: "/user/prepaid",
|
||||
title: "Prepaid",
|
||||
icon: "receipt_long",
|
||||
hidden: window.user.subscription.type === "patreon",
|
||||
subpages: [
|
||||
{
|
||||
path: "/user/prepaid/deposit",
|
||||
|
@@ -64,6 +64,25 @@ onMount(() => {
|
||||
</p>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{#if window.user.subscription.type === "patreon"}
|
||||
<div class="highlight_yellow">
|
||||
<p>
|
||||
Activating a prepaid subscription will not cancel your active
|
||||
Patreon subscription. Go to Patreon's
|
||||
<a
|
||||
href="https://www.patreon.com/settings/memberships">memberships
|
||||
page</a> to end your subscription there.
|
||||
</p>
|
||||
<p>
|
||||
If you enable a prepaid plan here your Patreon subscription will
|
||||
be overridden. If you wish to go back to your Patreon plan use
|
||||
the <a href="/user/home">Link Patreon subscription</a> button on
|
||||
the home page to link your Patreon account back to pixeldrain.
|
||||
</p>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<h2>Manage subscription</h2>
|
||||
<p>
|
||||
Current account balance: <Euro amount={window.user.balance_micro_eur}></Euro>
|
||||
|
Reference in New Issue
Block a user