summaryrefslogtreecommitdiff
path: root/postgresqleu/adyen/models.py
AgeCommit message (Expand)Author
2022-10-10Add model change missing in previous commitMagnus Hagander
2020-04-01Specify on_delete for all ForeignKey and OneToOneFieldsMagnus Hagander
2019-01-19Re-factor payment methods and move configuration to the databaseMagnus Hagander
2019-01-10Replace __unicode__ with __str__Magnus Hagander
2018-12-14Fix blankline related warningsMagnus Hagander
2018-12-14Fix spacing around operatorsMagnus Hagander
2018-12-14Replace tabs with spacesMagnus Hagander
2018-09-07Specify on_delete parameter for all ForeignKeysVik Fearing
2016-11-27Handle fractional euros/dollars in Adyen paymentsMagnus Hagander
2016-01-07Fix models per warnings in new djangoMagnus Hagander
2013-12-08Automatically generate accounting records on paymentsMagnus Hagander
2013-11-04Show pspReference as label for transaction status objectsMagnus Hagander
2013-11-04Track refunds in the Adyen platformMagnus Hagander
2013-10-20Fix unique constraint in the db as well for per merchant account notificationsMagnus Hagander
2013-10-20Add link back from adyen notifications to raw notificationsMagnus Hagander
2013-09-23Track which payment method is being usedMagnus Hagander
2013-09-23Ensure pspreference is unique, and show it in the logsMagnus Hagander
2013-09-23Include download information about reportsMagnus Hagander
2013-09-23Track amount and settled amount on transaction statusesMagnus Hagander
2013-09-10Fix transaction status plural name so it looks nicer in the admin interfaceMagnus Hagander
2013-09-10Process CAPTURE notifications to update the capturedat fieldMagnus Hagander
2013-09-09Fix one more date rendering in the admin interfaceMagnus Hagander
2013-09-09Avoid error when showing dateMagnus Hagander
2013-09-09Implement Adyen payment processor moduleMagnus Hagander