@@ -97,62 +122,43 @@ const checkout = async () => {
Please pick your country of residence
-
- {#each countries as c}
-
- {/each}
+
+
We support the following payment processors
-
-

- PayPal
-
-
-

- iDEAL
-
-
-

- Klarna
-
-
-

- Bancontact
-
-
-

- SEPA
-
-
-

- SOFORT
-
-
-

- KBC/CBC
-
-
-

- Belfius
-
-
-

- Giropay
-
-
-

- EPS
-
-
-

- Przelewy24
-
+ {#each payment_providers as p (p.name)}
+
+

+ {p.name}
+
+ {/each}
{:else}
@@ -165,8 +171,8 @@ const checkout = async () => {
Paying from
- {country.flag}
- {country.name} ({country.vat}% VAT)
+ {country.emoji}
+ {country.name} ({vat}% VAT)
@@ -189,25 +195,40 @@ const checkout = async () => {
Total including VAT:
-
+
+
+
+ This Pixeldrain premium plan costs €1 per month, but due to
+ processing fees we can't accept payments less than €10. So your
+ deposit will give roughly 10 months of premium service depending on
+ usage. You can track your spending on the transactions page.
+
{/if}