website/www/conservancy
Bradley M. Kuhn 9a4c92352d Use only on0/os0/on1/os1 options with PayPal.
According to these URLs:
   https://www.paypal.com/cgi-bin/webscr?cmd=p/xcl/rec/options-help-outside
   https://developer.paypal.com/webapps/developer/docs/classic/paypal-payments-standard/integration-guide/Appx_websitestandard_htmlvariables/

only two Options are supported via PayPal.  I was fooled initially
because other fields *did* come through and *did* show up on the web
interface, but they are *not* accessible via the SOAP interface.

Therefore, I've switched to using the hack described here:
   https://ppmts.custhelp.com/app/answers/detail/a_id/298/kw/soap%20gettransactiondetails%20option

to get 4 fields of data for Supporter transactions.
2015-01-03 13:14:17 -05:00
..
apps Supporters list built dynamically. 2015-01-03 09:53:12 -05:00
static Use only on0/os0/on1/os1 options with PayPal. 2015-01-03 13:14:17 -05:00
templates Wording changes and typo fixes for Supporters. 2015-01-03 10:03:47 -05:00
__init__.py Conservancy website as it currently looks; unfortunately, old history before this cannot easily be retrieved 2010-09-26 17:20:05 -04:00
feeds.py No longer "stash" the GET object in self. 2014-07-14 14:39:10 -04:00
frontpage.py Place Supporters counter on front & sponsors pages 2015-01-03 10:02:02 -05:00
manage.py Added middleware and management file 2010-09-26 19:03:53 -04:00
middleware.py Incorporate conservancy_ssl middleware, etc. into main site, now that HTTPS fully supported. 2013-04-26 13:09:24 -04:00
settings.py Test thing for redirect table. 2010-10-11 15:48:17 -04:00
sponsors.py Place Supporters counter on front & sponsors pages 2015-01-03 10:02:02 -05:00
urls.py Supporters list built dynamically. 2015-01-03 09:53:12 -05:00