* Throw away old system * Add new system * Add new example files * Replace all calls * add the most important docs * Add Specs * rename disable_ssl_requirement to require_ssl * cloudfiles isn't used/called in our code * since community_spotlight.list is only used as enable flag replace it with such one and remove all legacy and irelevant codepaths around it * die if session secret is unset and on heroku * First basic infrastructure for version information
11 lines
723 B
Text
11 lines
723 B
Text
%form{:action => "https://www.paypal.com/cgi-bin/webscr", :method => "post"}
|
|
%input{:name => "cmd", :type => "hidden", :value => "_s-xclick"}
|
|
%input{:name => "hosted_button_id", :type => "hidden", :value => AppConfig.settings.paypal_hosted_button_id}
|
|
%input{:name => "on0", :type => "hidden", :value => "Type"}
|
|
%input{:name => "modify", :type => "hidden", :value => "2"}
|
|
%select{:name => "os0"}
|
|
%option{:value => "Mocha"} Mocha : $3.00USD
|
|
%option{:value => "Americano"} Americano : $5.00USD
|
|
%option{:value => "Box o' Joe"} Box o' Joe : $20.00USD
|
|
%input{:name => "currency_code", :type => "hidden", :value => "USD"}
|
|
%input{:name => "submit", :type => "submit", :value => t('aspects.index.donate')}
|