raise supporter space to 50GB, BW to 3TB. Compare cleanups

This commit is contained in:
Kyle Drake 2017-07-07 13:05:43 -07:00
parent 7b068b0872
commit 5b81b5fc97
4 changed files with 23 additions and 17 deletions

View file

@ -79,8 +79,8 @@ post '/supporter/update' do
self, {
username: site.username,
plan_name: Site::PLAN_FEATURES[params[:plan_type].to_sym][:name],
plan_space: Site::PLAN_FEATURES[params[:plan_type].to_sym][:space].to_space_pretty,
plan_bw: Site::PLAN_FEATURES[params[:plan_type].to_sym][:bandwidth].to_space_pretty
plan_space: Site::PLAN_FEATURES[params[:plan_type].to_sym][:space].pretty,
plan_bw: Site::PLAN_FEATURES[params[:plan_type].to_sym][:bandwidth].pretty
})
)
end