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
/
util
/
payment
/
adyen.py
Age
Commit message (
Expand
)
Author
2023-07-25
Fix codestyle issues.
Dave Page
2023-07-25
Update payment provider descriptions to be currency agnostic.
Dave Page
2022-01-05
Re-implement Adyen payments using the Pay by Link system
Magnus Hagander
2020-03-12
Replace datetime.now() with timezone.now()
Magnus Hagander
2019-02-02
Fix saving of Adyen backend forms
Magnus Hagander
2019-01-19
Include static fields show notification instructions
Magnus Hagander
2019-01-19
Remove leftover debug prints
Magnus Hagander
2019-01-19
Re-factor payment methods and move configuration to the database
Magnus Hagander
2019-01-10
Fix a number of base64 and hashing related issues
Magnus Hagander
2019-01-10
Import related fixes from 2to3
Magnus Hagander
2019-01-10
Generic changes for python3 from 2to3
Magnus Hagander
2018-12-28
Fix a number of places with old refund direction
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 spaces before/after comma and colon
Magnus Hagander
2018-12-14
Fix spacing around operators
Magnus Hagander
2018-12-14
Replace tabs with spaces
Magnus Hagander
2018-07-13
Make it even more clear why IBAN transfers are discouraged
Magnus Hagander
2017-01-31
Implement support for VAT in refunds
Magnus Hagander
2017-01-31
Add API to get payment method actually used for invoices
Magnus Hagander
2017-01-02
Use consistent spelling for Credit Card
Daniel Gustafsson
2017-01-02
Implement support for VAT
Magnus Hagander
2016-12-27
Change the payment method descriptions a bit
Magnus Hagander
2016-01-20
Return payment fees as a number, not a string
Magnus Hagander
2016-01-20
Implement proper refund management
Magnus Hagander
2016-01-15
Track which payment provider was used to pay an invoice
Magnus Hagander
2015-10-05
Update Adyen integration to use SHA-256 signatures
Magnus Hagander
2015-09-28
Implement payment flow for Adyen IBAN transfers
Magnus Hagander
2015-09-28
Fix workday calculation and message for bank transfer payments
Magnus Hagander
2015-09-27
Re-fix Adyen transaction statuses
Magnus Hagander
2015-09-18
Implement basic support for Adyen Bank Transfer payments
Magnus Hagander
2014-05-07
Make the Adyen merchant reference prefix configurable
Magnus Hagander
2014-04-28
Add initial support for non-EUR currencies
Magnus Hagander
2013-09-16
Correct list of available creditcards for Adyen
Magnus Hagander
2013-09-09
Implement Adyen payment processor module
Magnus Hagander