Enable monero payments
This commit is contained in:
@@ -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}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user