diff --git a/app/views/user_upgrades/new.html.erb b/app/views/user_upgrades/new.html.erb index 5d88032d8..fb863f9bd 100644 --- a/app/views/user_upgrades/new.html.erb +++ b/app/views/user_upgrades/new.html.erb @@ -94,7 +94,7 @@ <% if Danbooru.config.coinbase_api_key %> - <%= render "coinbase_payment" %> + <%#= render "coinbase_payment" %> <% end %> <% if Danbooru.config.stripe_publishable_key %> diff --git a/app/views/users/upgrade_information.html.erb b/app/views/users/upgrade_information.html.erb index 1627054e5..a3ae6d0fc 100644 --- a/app/views/users/upgrade_information.html.erb +++ b/app/views/users/upgrade_information.html.erb @@ -84,7 +84,7 @@
Upgrading from Gold to Platinum will only cost $20. If you have any further questions or concerns, feel free to contact me at <%= mail_to Danbooru.config.contact_email, nil, :encode => :javascript %>.
- <% 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 %>