summaryrefslogtreecommitdiff
path: root/postgresqleu/trustlypayment/util.py
AgeCommit message (Expand)Author
2023-07-25BREAKING CHANGE: Allow the currency format to be configurable.Dave Page
2020-07-13Remove unused importsMagnus Hagander
2020-03-12Replace datetime.now() with timezone.now()Magnus Hagander
2019-01-24Handle Trustly payments in pending stateMagnus Hagander
2019-01-22Attempt to deal with Trustly refunds in the wrong currencyMagnus Hagander
2019-01-22Add missing parameter to log of failed Trustly paymentsMagnus Hagander
2019-01-19Re-factor payment methods and move configuration to the databaseMagnus Hagander
2019-01-10Generic changes for python3 from 2to3Magnus 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-14Fix blankline related warningsMagnus Hagander
2018-12-14Fix comment warningsMagnus Hagander
2018-12-14Fix spacing around operatorsMagnus Hagander
2018-12-14Replace tabs with spacesMagnus Hagander
2018-06-29Remove a number of unused importsMagnus Hagander
2016-12-30More logging from Trustly module on successful notificationsMagnus Hagander
2016-12-30Trustly payment notifications can contain unicodeMagnus Hagander
2016-12-27Fix typoMagnus Hagander
2016-12-27Log when Trustly notification parsing failsMagnus Hagander
2016-12-27And actually flag it as confirmed when not failingMagnus Hagander
2016-12-27Flag *all* pending notifications as OKMagnus Hagander
2016-12-27Properly flag "pending" notifications as handledMagnus Hagander
2016-12-27Don't try to delete non-existing transactionsMagnus Hagander
2016-12-27Re-order cancel notification codeMagnus Hagander
2016-12-27Abandoned transactions can receive cancel noticesMagnus Hagander
2016-12-27Some Trustly notifications can show up with no amountMagnus Hagander
2016-12-27Fix typoMagnus Hagander
2016-12-27Implement Trustly payment methodMagnus Hagander