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
/
util.py
Age
Commit message (
Expand
)
Author
2024-06-06
Accept paypal code T0700 as a payment
Magnus Hagander
2023-12-04
Add support for another type of paypal withdrawals
Magnus Hagander
2023-12-04
Fall back to treasurer email in incomplete paypal transactions
Magnus Hagander
2023-10-03
Accept T0003 as yet another type of paypal payment code
Magnus Hagander
2023-03-22
Another new paypal transaction code
Magnus Hagander
2021-12-28
Ignore paypal "general hold" transaction
Magnus Hagander
2021-08-25
Use balances API to verify PayPal balance
Magnus Hagander
2020-04-09
Teach paypal code about code T0300, "general funding of account"
Magnus Hagander
2020-04-07
Add support for T0303 codes to paypal
Magnus Hagander
2020-03-12
Replace datetime.now() with timezone.now()
Magnus Hagander
2019-08-07
Try to deal with new paypal chargeback fees
Magnus Hagander
2019-07-31
Handle that paypal T1106 is sometimes accompanied by a T1108
Magnus Hagander
2019-07-31
Set paypal name to paypal email if missing
Magnus Hagander
2019-07-31
Work around the latest weirdness from paypal
Magnus Hagander
2019-06-25
Add support for tracking paypal chargebacks
Magnus Hagander
2019-04-06
Also properly match the recurring unknown payments
Magnus Hagander
2019-04-06
Another attempt at fixing paypal recurring payments
Magnus Hagander
2019-04-06
Handle paypal payment type T0002
Magnus Hagander
2019-03-27
Trap authorization errors in Paypal API
Magnus Hagander
2019-02-10
Update the Paypal access to use the new REST based API
Magnus Hagander
2019-01-19
Re-factor payment methods and move configuration to the database
Magnus Hagander
2019-01-10
Import related fixes from 2to3
Magnus Hagander
2019-01-04
Switch to using requests for http requests
Magnus Hagander
2018-12-15
Replace usage of has_key()
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
Replace tabs with spaces
Magnus Hagander
2016-07-21
Fix for sillyness in paypal api and missing import
Magnus Hagander
2016-07-21
Add script to compare paypal balance to accounting system
Magnus Hagander
2016-06-23
Workaround for inconsistent paypal transaction numbering
Magnus Hagander
2016-01-20
Implement proper refund management
Magnus Hagander
2016-01-19
Properly handle API errors from Paypal
Magnus Hagander
2016-01-18
Move paypal fetching script to be an admin command
Magnus Hagander