Enable monero payments

This commit is contained in:
2024-05-17 11:58:52 +02:00
parent ecd8ebeb2f
commit 2335c82153

View File

@@ -141,6 +141,9 @@ onMount(() => {
<button on:click={() => {checkout("doge", credit_amount)}}> <button on:click={() => {checkout("doge", credit_amount)}}>
<span class="icon_unicode">Ð</span> Dogecoin <span class="icon_unicode">Ð</span> Dogecoin
</button> </button>
<button on:click={() => {checkout("xmr", credit_amount)}}>
<span class="icon_unicode">M</span> Monero
</button>
</div> </div>
{/if} {/if}