Skip to content

Instantly share code, notes, and snippets.

View willcalderbank's full-sized avatar

Will Calderbank willcalderbank

  • London
View GitHub Profile
class AdyenNotifcation():
event_code = models.CharField(
max_length=30, blank=True, null=True,
)
created_on = models.DateTimeField(
default=datetime.datetime.utcnow,
help_text=_('Date and time the notification was created in UTC.')
)
original_transaction = models.ForeignKey(