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
/
adyen
/
models.py
Age
Commit message (
Expand
)
Author
2022-10-10
Add model change missing in previous commit
Magnus Hagander
2020-04-01
Specify on_delete for all ForeignKey and OneToOneFields
Magnus Hagander
2019-01-19
Re-factor payment methods and move configuration to the database
Magnus Hagander
2019-01-10
Replace __unicode__ with __str__
Magnus Hagander
2018-12-14
Fix blankline related warnings
Magnus Hagander
2018-12-14
Fix spacing around operators
Magnus Hagander
2018-12-14
Replace tabs with spaces
Magnus Hagander
2018-09-07
Specify on_delete parameter for all ForeignKeys
Vik Fearing
2016-11-27
Handle fractional euros/dollars in Adyen payments
Magnus Hagander
2016-01-07
Fix models per warnings in new django
Magnus Hagander
2013-12-08
Automatically generate accounting records on payments
Magnus Hagander
2013-11-04
Show pspReference as label for transaction status objects
Magnus Hagander
2013-11-04
Track refunds in the Adyen platform
Magnus Hagander
2013-10-20
Fix unique constraint in the db as well for per merchant account notifications
Magnus Hagander
2013-10-20
Add link back from adyen notifications to raw notifications
Magnus Hagander
2013-09-23
Track which payment method is being used
Magnus Hagander
2013-09-23
Ensure pspreference is unique, and show it in the logs
Magnus Hagander
2013-09-23
Include download information about reports
Magnus Hagander
2013-09-23
Track amount and settled amount on transaction statuses
Magnus Hagander
2013-09-10
Fix transaction status plural name so it looks nicer in the admin interface
Magnus Hagander
2013-09-10
Process CAPTURE notifications to update the capturedat field
Magnus Hagander
2013-09-09
Fix one more date rendering in the admin interface
Magnus Hagander
2013-09-09
Avoid error when showing date
Magnus Hagander
2013-09-09
Implement Adyen payment processor module
Magnus Hagander