disable coinbase payments

This commit is contained in:
r888888888
2015-08-10 15:07:18 -07:00
parent 904f4a0b9c
commit c2e0dc7b08
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@
</div>
<% if Danbooru.config.coinbase_api_key %>
<%= render "coinbase_payment" %>
<%#= render "coinbase_payment" %>
<% end %>
<% if Danbooru.config.stripe_publishable_key %>

View File

@@ -84,7 +84,7 @@
</div>
<p><strong>Upgrading from Gold to Platinum will only cost $20.</strong> If you have any further questions or concerns, feel free to contact me at <%= mail_to Danbooru.config.contact_email, nil, :encode => :javascript %>.</p>
<% if true || CurrentUser.user.level < User::Levels::GOLD %>
<% if CurrentUser.user.level < User::Levels::GOLD %>
<%= stripe_button("Upgrade to Gold", 2000) %>
<%= stripe_button("Upgrade to Platinum", 4000) %>
<% elsif CurrentUser.user.level < User::Levels::PLATINUM %>