Skip to content

Commit

Permalink
Removed bitcoin on-chain payments for weekly payments
Browse files Browse the repository at this point in the history
  • Loading branch information
Natanael Rodriguez Ramos authored and Natanael Rodriguez Ramos committed Apr 9, 2024
1 parent d296f0c commit 08801f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div style="text-align:center;">
<p v-if="error" class="error-message">{{ error.message }}</p>
<p>We run our own Bitcoin and Lightning Network nodes using a self-hosted BTCPay server instance. Payments are processed by IVPN and no 3rd parties are involved.</p>
<button class="btn btn-solid" @click.prevent="submit()" :disabled="inProgress">
<button class="btn btn-solid" @click.prevent="submit()" :disabled="inProgress" v-if="this.price.billing_cycle != 'Weekly'">
<div class="bitcoin-icon"></div>
<progress-spinner v-if="inProgress" width="32" height="32" fill="#FFFFFF" />Pay with Bitcoin
</button>
Expand Down

0 comments on commit 08801f8

Please sign in to comment.