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
/
trustlypayment
/
util.py
Age
Commit message (
Expand
)
Author
2023-07-25
BREAKING CHANGE: Allow the currency format to be configurable.
Dave Page
2020-07-13
Remove unused imports
Magnus Hagander
2020-03-12
Replace datetime.now() with timezone.now()
Magnus Hagander
2019-01-24
Handle Trustly payments in pending state
Magnus Hagander
2019-01-22
Attempt to deal with Trustly refunds in the wrong currency
Magnus Hagander
2019-01-22
Add missing parameter to log of failed Trustly payments
Magnus Hagander
2019-01-19
Re-factor payment methods and move configuration to the database
Magnus Hagander
2019-01-10
Generic changes for python3 from 2to3
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
Fix blankline related warnings
Magnus Hagander
2018-12-14
Fix comment warnings
Magnus Hagander
2018-12-14
Fix spacing around operators
Magnus Hagander
2018-12-14
Replace tabs with spaces
Magnus Hagander
2018-06-29
Remove a number of unused imports
Magnus Hagander
2016-12-30
More logging from Trustly module on successful notifications
Magnus Hagander
2016-12-30
Trustly payment notifications can contain unicode
Magnus Hagander
2016-12-27
Fix typo
Magnus Hagander
2016-12-27
Log when Trustly notification parsing fails
Magnus Hagander
2016-12-27
And actually flag it as confirmed when not failing
Magnus Hagander
2016-12-27
Flag *all* pending notifications as OK
Magnus Hagander
2016-12-27
Properly flag "pending" notifications as handled
Magnus Hagander
2016-12-27
Don't try to delete non-existing transactions
Magnus Hagander
2016-12-27
Re-order cancel notification code
Magnus Hagander
2016-12-27
Abandoned transactions can receive cancel notices
Magnus Hagander
2016-12-27
Some Trustly notifications can show up with no amount
Magnus Hagander
2016-12-27
Fix typo
Magnus Hagander
2016-12-27
Implement Trustly payment method
Magnus Hagander