index
:
pgeu-system.git
master
PostgreSQL Europe Conference and Membership management system.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
postgresqleu
/
paypal
/
views.py
Age
Commit message (
Expand
)
Author
2023-05-22
Fix incorrect error return message
Magnus Hagander
2022-01-05
Centralize creation of invoice return URLs
Magnus Hagander
2020-07-13
Remove unused imports
Magnus Hagander
2020-03-29
Remove date parameter to create_accounting_entry
Magnus Hagander
2020-03-12
Replace datetime.now() with timezone.now()
Magnus Hagander
2020-01-08
Style and minor fixes pointed out by newer version of pep8
Magnus Hagander
2019-01-19
Re-factor payment methods and move configuration to the database
Magnus Hagander
2019-01-10
Fix more unicode issues
Magnus Hagander
2019-01-10
Import related fixes from 2to3
Magnus Hagander
2019-01-04
Put decode statement in the correct place
Magnus Hagander
2019-01-04
Add missing import
Magnus Hagander
2019-01-04
Switch to using requests for http requests
Magnus Hagander
2019-01-04
Fix sibling imports
Magnus Hagander
2019-01-04
Switch to new style try/except handling
Magnus Hagander
2018-12-15
Replace usage of has_key()
Magnus Hagander
2018-12-14
Avoid using stupid variable name l
Magnus Hagander
2018-12-14
Fix blankline related warnings
Magnus Hagander
2018-12-14
Fix spaces before/after comma and colon
Magnus Hagander
2018-12-14
Fix spacing around parameter names
Magnus Hagander
2018-12-14
Fix spacing around operators
Magnus Hagander
2018-12-14
Manual fix of further whitespace issues
Magnus Hagander
2018-12-14
Replace tabs with spaces
Magnus Hagander
2018-03-23
render -> render_to_response for payment processing
Magnus Hagander
2018-03-20
Oops, paypal donation text was in two places
Magnus Hagander
2018-03-20
New transaction text from new style paypal donation button
Magnus Hagander
2018-01-08
Don't explicitly rollback transaction in paypal_error
Magnus Hagander
2016-01-16
Remove all support for mixed content (http/https)
Magnus Hagander
2016-01-15
Track which payment provider was used to pay an invoice
Magnus Hagander
2016-01-07
Mechanical changes for new django version
Magnus Hagander
2014-08-20
Double check for duplicate paypal transactions
Magnus Hagander
2014-04-28
Add initial support for non-EUR currencies
Magnus Hagander
2014-02-10
Properly include the object (None) for accounting of paypal donations
Magnus Hagander
2014-01-01
Replace "import *" with explicit imports
Magnus Hagander
2013-12-16
Include payment links invoice payments as well
Magnus Hagander
2013-12-16
Autogenerate accountign records for paypal donations as well
Magnus Hagander
2013-12-08
Automatically generate accounting records on payments
Magnus Hagander
2013-11-26
Detect paypal donations, and flag them as matched automatically
Magnus Hagander
2013-11-26
Track fees for paypal payments
Magnus Hagander
2013-08-12
One more fix for paypal field name
Magnus Hagander
2013-08-12
Fix paypal parsing (hopefully)
Magnus Hagander
2013-06-27
Support paypal/cc payment of invoices without a community account
Magnus Hagander
2013-05-08
Seems paypal sends latin1 data as feedback to PDT
Magnus Hagander
2013-04-29
Rewrite SSL redirection code
Magnus Hagander
2013-04-29
Implement a paypal PDT receiver
Magnus Hagander
2010-02-22
Re-factor paypal integration into it's own module.
Magnus Hagander