summaryrefslogtreecommitdiff
path: root/postgresqleu/adyen/util.py
diff options
context:
space:
mode:
authorMagnus Hagander2015-09-25 08:11:11 +0000
committerMagnus Hagander2015-09-25 08:11:11 +0000
commit33d311d8932875a0fbd468d2575a4a68f92b09a8 (patch)
tree9edb9b0fca83ccacc3c5b5d3a0bab3ebcb9fb98a /postgresqleu/adyen/util.py
parentf57a8abc2a7e56731459bd81c8430be6082d761d (diff)
Fix spelling error
Diffstat (limited to 'postgresqleu/adyen/util.py')
-rw-r--r--postgresqleu/adyen/util.py2
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)
)