summaryrefslogtreecommitdiff
path: root/postgresqleu/util/payment/adyen.py
AgeCommit message (Expand)Author
2023-07-25Fix codestyle issues.Dave Page
2023-07-25Update payment provider descriptions to be currency agnostic.Dave Page
2022-01-05Re-implement Adyen payments using the Pay by Link systemMagnus Hagander
2020-03-12Replace datetime.now() with timezone.now()Magnus Hagander
2019-02-02Fix saving of Adyen backend formsMagnus Hagander
2019-01-19Include static fields show notification instructionsMagnus Hagander
2019-01-19Remove leftover debug printsMagnus Hagander
2019-01-19Re-factor payment methods and move configuration to the databaseMagnus Hagander
2019-01-10Fix a number of base64 and hashing related issuesMagnus Hagander
2019-01-10Import related fixes from 2to3Magnus Hagander
2019-01-10Generic changes for python3 from 2to3Magnus Hagander
2018-12-28Fix a number of places with old refund directionMagnus Hagander
2018-12-15Replace usage of has_key()Magnus Hagander
2018-12-14Fix blankline related warningsMagnus Hagander
2018-12-14Fix spaces before/after comma and colonMagnus Hagander
2018-12-14Fix spacing around operatorsMagnus Hagander
2018-12-14Replace tabs with spacesMagnus Hagander
2018-07-13Make it even more clear why IBAN transfers are discouragedMagnus Hagander
2017-01-31Implement support for VAT in refundsMagnus Hagander
2017-01-31Add API to get payment method actually used for invoicesMagnus Hagander
2017-01-02Use consistent spelling for Credit CardDaniel Gustafsson
2017-01-02Implement support for VATMagnus Hagander
2016-12-27Change the payment method descriptions a bitMagnus Hagander
2016-01-20Return payment fees as a number, not a stringMagnus Hagander
2016-01-20Implement proper refund managementMagnus Hagander
2016-01-15Track which payment provider was used to pay an invoiceMagnus Hagander
2015-10-05Update Adyen integration to use SHA-256 signaturesMagnus Hagander
2015-09-28Implement payment flow for Adyen IBAN transfersMagnus Hagander
2015-09-28Fix workday calculation and message for bank transfer paymentsMagnus Hagander
2015-09-27Re-fix Adyen transaction statusesMagnus Hagander
2015-09-18Implement basic support for Adyen Bank Transfer paymentsMagnus Hagander
2014-05-07Make the Adyen merchant reference prefix configurableMagnus Hagander
2014-04-28Add initial support for non-EUR currenciesMagnus Hagander
2013-09-16Correct list of available creditcards for AdyenMagnus Hagander
2013-09-09Implement Adyen payment processor moduleMagnus Hagander