mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 07:43:54 +08:00
add coinbase option on pricing page
This commit is contained in:
parent
436e31229f
commit
6c21b83975
1 changed files with 13 additions and 0 deletions
|
@ -93,6 +93,19 @@
|
||||||
$30/year
|
$30/year
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
Payment via <a href="https://commerce.coinbase.com/?lang=en" target="_blank">Coinbase Commerce</a>.
|
||||||
|
Only the yearly plan is supported.
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<a class="buy-with-crypto" data-custom="{{ current_user.id }}"
|
||||||
|
href="{{ coinbase_url }}">
|
||||||
|
Yearly - $30/year - Crypto
|
||||||
|
</a>
|
||||||
|
<script src="https://commerce.coinbase.com/v1/checkout.js?version=201807">
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
For other payment options, please send us an email at <a href="mailto:hi@simplelogin.io">hi@simplelogin.io</a>
|
For other payment options, please send us an email at <a href="mailto:hi@simplelogin.io">hi@simplelogin.io</a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue