summaryrefslogtreecommitdiff
path: root/postgresqleu/adyen/util.py
AgeCommit message (Expand)Author
2023-07-25BREAKING CHANGE: Allow the currency format to be configurable.Dave Page
2022-01-05Make the originalReference field optional in Adyen notificationsMagnus Hagander
2020-07-13Remove unused importsMagnus Hagander
2020-03-29Remove date parameter to create_accounting_entryMagnus Hagander
2020-03-12Replace datetime.now() with timezone.now()Magnus Hagander
2020-01-31Fix typoDaniel Gustafsson
2020-01-08Style and minor fixes pointed out by newer version of pep8Magnus Hagander
2019-01-19Fix missing class prefixMagnus Hagander
2019-01-19Fix incorrect order of fields in status messageMagnus 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-05Allow proper processing of Adyen notifications from test systemMagnus 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-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-11-27Remove hardcoded PGEU prefix from Adyen and Paypal refundsMagnus Hagander
2018-09-07Fix imports of django urlresolvesVik Fearing
2018-03-30Attempt to better handle payment exceptions in adyen processingMagnus Hagander
2017-01-31Implement support for VAT in refundsMagnus Hagander
2017-01-02Use consistent spelling for Credit CardDaniel Gustafsson
2016-11-27Handle fractional euros/dollars in Adyen paymentsMagnus Hagander
2016-11-02Apply similar Adyen workaround to refunds as done for authorizationsMagnus Hagander
2016-11-02Fix typoMagnus Hagander
2016-11-01Workaround manual Adyen paymesn of less than 1EURMagnus Hagander
2016-01-20Implement proper refund managementMagnus Hagander
2016-01-15Track which payment provider was used to pay an invoiceMagnus Hagander
2016-01-07Mechanical changes for new django versionMagnus Hagander
2015-09-25Fix spelling errorMagnus Hagander
2015-09-25Fix error message substitutionMagnus Hagander
2015-09-23Indicate which payment method was used in Adyen notification emailsMagnus Hagander
2014-06-04Work around the fact that adyen report notifications are hardcoded to EURMagnus Hagander
2014-05-07Make the Adyen merchant reference prefix configurableMagnus Hagander
2014-04-28Add initial support for non-EUR currenciesMagnus Hagander
2014-03-22Include the merchant reference in accounting entry for POS paymentsMagnus Hagander
2014-02-08Add partial accounting of Adyen refundsMagnus Hagander
2013-12-16Include payment links invoice payments as wellMagnus Hagander
2013-12-16Fix the sign on manual adyen payment accountsMagnus Hagander
2013-12-16Support assocating URLs with each accounting entryMagnus Hagander
2013-12-14Revert "Temporarily disable creation of automatic accounting entries"Magnus Hagander
2013-12-08Temporarily disable creation of automatic accounting entriesMagnus Hagander
2013-12-08Automatically generate accounting records on paymentsMagnus Hagander
2013-11-05Send email on successful refunds, not just unsuccessful ones!Magnus Hagander
2013-11-04Track refunds in the Adyen platformMagnus Hagander
2013-10-20Store payment method and merchant reference in transaction status as wellMagnus Hagander