diff options
Diffstat (limited to 'postgresqleu/adyen/util.py')
-rw-r--r-- | postgresqleu/adyen/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresqleu/adyen/util.py b/postgresqleu/adyen/util.py index a2fc3316..6f68af20 100644 --- a/postgresqleu/adyen/util.py +++ b/postgresqleu/adyen/util.py @@ -98,7 +98,7 @@ def process_authorization(notification): send_simple_mail(settings.INVOICE_SENDER_EMAIL, settings.ADYEN_NOTIFICATION_RECEIVER, 'Exception occured processing Adyen notification', - "An exception occured processing the notification for %s:\n\n%s\n" % ( + "An exception occurred processing the notification for %s:\n\n%s\n" % ( notification.merchantReference, ex) ) |