From 2757cbb14989def4c78cc8069b8fa0d789b384c2 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Thu, 12 Jan 2012 14:49:14 -0800 Subject: [PATCH] fix ssl problem with donate link --- app/views/shared/_donate.html.haml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/views/shared/_donate.html.haml b/app/views/shared/_donate.html.haml index a87d6c2ec..1094f0aa3 100644 --- a/app/views/shared/_donate.html.haml +++ b/app/views/shared/_donate.html.haml @@ -1,12 +1,6 @@ --# %form{:action => "https://www.paypal.com/cgi-bin/webscr", :method => "post"} -%form{:action => "https://www.diasporafoundation.org/donate", :method => "get"} - -# %input{:name => "cmd", :type => "hidden", :value => "_s-xclick"} - -# %input{:name => "hosted_button_id", :type => "hidden", :value => AppConfig[:paypal_hosted_button_id]} - -# %input{:name => "on0", :type => "hidden", :value => "Type"} - -# %input{:name => "modify", :type => "hidden", :value => "2"} +%form{:action => "https://diaspora-project-site.heroku.com/donate", :method => "get"} %select{:name => "monthly_amount"} %option{:value => "1"} Supporter : $5.00USD %option{:value => "2"} Member : $10.00USD %option{:value => "3"} Freedom Fighter : $20.00USD - -# %input{:name => "currency_code", :type => "hidden", :value => "USD"} %input{:name => "submit", :type => "submit", :value => t('aspects.index.donate')}