Remember checkout country on prepaid deposit

This commit is contained in:
2025-03-12 15:48:00 +01:00
parent 3a6748bc10
commit 335012bdb8
2 changed files with 23 additions and 6 deletions

View File

@@ -95,8 +95,11 @@ onMount(() => {
</p>
<p>
The Prepaid plan is charged daily based on usage. When you reach
negative balance the subscription will automatically end. You will need
a positive balance to activate the subscription again.
negative balance the subscription will automatically end. Need at least
<Euro amount="1e6"/> account credit to activate prepaid. Your current
prepaid credit is <Euro amount={window.user.balance_micro_eur}/>. You
can deposit credit on the <a href="/user/prepaid/deposit">credit deposit
page</a>.
</p>
<h3>Available subscription plans</h3>
@@ -140,7 +143,7 @@ onMount(() => {
</div>
<div>
<div class="feat_label" class:feat_highlight={subscription === "prepaid"}>
Prepaid (credit <Euro amount={window.user.balance_micro_eur}/>)<br/>
Prepaid<br/>
{#if subscription === "prepaid"}
Currently active
{:else}