summaryrefslogtreecommitdiff
path: root/postgresqleu/trustlypayment
AgeCommit message (Expand)Author
2025-10-10Re-implement Trustly refund tracker on top of the ledgerMagnus Hagander
2023-07-25BREAKING CHANGE: Allow the currency format to be configurable.Dave Page
2022-07-15Rename instances of variables "l"Magnus Hagander
2020-07-13Remove unused importsMagnus Hagander
2020-07-04Fix incorrect call to is_anonymousMagnus Hagander
2020-04-01Specify on_delete for all ForeignKey and OneToOneFieldsMagnus Hagander
2020-03-29Remove date parameter to create_accounting_entryMagnus Hagander
2020-03-12Replace datetime.now() with timezone.now()Magnus Hagander
2019-11-01Switch to using pycryptodome instead of pycryptoMagnus Hagander
2019-07-10Ensure email addresses are lowercase throughoutMagnus Hagander
2019-03-27Fix typosMagnus Hagander
2019-03-25Fix two message typosMagnus Hagander
2019-02-11Don't reverse debit and credit in trustly withdrawalsMagnus Hagander
2019-02-10Don't reverse sign of the amount twiceMagnus Hagander
2019-02-10Get datestamp from the correct objectMagnus Hagander
2019-02-10Fix copy/paste errorMagnus Hagander
2019-02-10Fix more missing importsMagnus Hagander
2019-02-10Fix missing importMagnus Hagander
2019-02-10Fix default passing (dict not parameters)Magnus Hagander
2019-02-10Fix method accessMagnus Hagander
2019-02-09Teach Trustly payments to register pending bank transfersMagnus Hagander
2019-01-28Schedule existing django management commandsMagnus Hagander
2019-01-24Handle Trustly payments in pending stateMagnus Hagander
2019-01-22Fix sign on fees conversionMagnus Hagander
2019-01-22Get actual amount from the proper structureMagnus Hagander
2019-01-22Get currency value from the correct placeMagnus 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-19Fix trustly withdrawal fetchingMagnus Hagander
2019-01-19Remove now incorrect text from README filesMagnus Hagander
2019-01-19Re-factor payment methods and move configuration to the databaseMagnus Hagander
2019-01-10Fix more unicode issuesMagnus Hagander
2019-01-10Fix a number of base64 and hashing related issuesMagnus Hagander
2019-01-10Replace __unicode__ with __str__Magnus Hagander
2019-01-10Import related fixes from 2to3Magnus Hagander
2019-01-10Generic changes for python3 from 2to3Magnus 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-14Fix blankline related warningsMagnus Hagander
2018-12-14Fix comment warningsMagnus Hagander
2018-12-14Fix spaces before/after comma and colonMagnus 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-12-12Implement system skinning, remove pgeu dataMagnus Hagander
2018-09-07Specify on_delete parameter for all ForeignKeysVik Fearing
2018-09-07Fix imports of django urlresolvesVik Fearing
2018-06-29Fix code spelling errors in cannot-happen pathsMagnus Hagander