summaryrefslogtreecommitdiff
path: root/postgresqleu/paypal/views.py
AgeCommit message (Expand)Author
2023-05-22Fix incorrect error return messageMagnus Hagander
2022-01-05Centralize creation of invoice return URLsMagnus Hagander
2020-07-13Remove unused importsMagnus Hagander
2020-03-29Remove date parameter to create_accounting_entryMagnus Hagander
2020-03-12Replace datetime.now() with timezone.now()Magnus Hagander
2020-01-08Style and minor fixes pointed out by newer version of pep8Magnus Hagander
2019-01-19Re-factor payment methods and move configuration to the databaseMagnus Hagander
2019-01-10Fix more unicode issuesMagnus Hagander
2019-01-10Import related fixes from 2to3Magnus Hagander
2019-01-04Put decode statement in the correct placeMagnus Hagander
2019-01-04Add missing importMagnus Hagander
2019-01-04Switch to using requests for http requestsMagnus Hagander
2019-01-04Fix sibling importsMagnus Hagander
2019-01-04Switch to new style try/except handlingMagnus Hagander
2018-12-15Replace usage of has_key()Magnus Hagander
2018-12-14Avoid using stupid variable name lMagnus Hagander
2018-12-14Fix blankline related warningsMagnus Hagander
2018-12-14Fix spaces before/after comma and colonMagnus Hagander
2018-12-14Fix spacing around parameter namesMagnus Hagander
2018-12-14Fix spacing around operatorsMagnus Hagander
2018-12-14Manual fix of further whitespace issuesMagnus Hagander
2018-12-14Replace tabs with spacesMagnus Hagander
2018-03-23render -> render_to_response for payment processingMagnus Hagander
2018-03-20Oops, paypal donation text was in two placesMagnus Hagander
2018-03-20New transaction text from new style paypal donation buttonMagnus Hagander
2018-01-08Don't explicitly rollback transaction in paypal_errorMagnus Hagander
2016-01-16Remove all support for mixed content (http/https)Magnus Hagander
2016-01-15Track which payment provider was used to pay an invoiceMagnus Hagander
2016-01-07Mechanical changes for new django versionMagnus Hagander
2014-08-20Double check for duplicate paypal transactionsMagnus Hagander
2014-04-28Add initial support for non-EUR currenciesMagnus Hagander
2014-02-10Properly include the object (None) for accounting of paypal donationsMagnus Hagander
2014-01-01Replace "import *" with explicit importsMagnus Hagander
2013-12-16Include payment links invoice payments as wellMagnus Hagander
2013-12-16Autogenerate accountign records for paypal donations as wellMagnus Hagander
2013-12-08Automatically generate accounting records on paymentsMagnus Hagander
2013-11-26Detect paypal donations, and flag them as matched automaticallyMagnus Hagander
2013-11-26Track fees for paypal paymentsMagnus Hagander
2013-08-12One more fix for paypal field nameMagnus Hagander
2013-08-12Fix paypal parsing (hopefully)Magnus Hagander
2013-06-27Support paypal/cc payment of invoices without a community accountMagnus Hagander
2013-05-08Seems paypal sends latin1 data as feedback to PDTMagnus Hagander
2013-04-29Rewrite SSL redirection codeMagnus Hagander
2013-04-29Implement a paypal PDT receiverMagnus Hagander
2010-02-22Re-factor paypal integration into it's own module.Magnus Hagander