diff options
author | Magnus Hagander | 2016-11-02 08:16:19 +0000 |
---|---|---|
committer | Magnus Hagander | 2016-11-02 08:16:19 +0000 |
commit | e60011bd170f202126a33baa760528c25d35e68d (patch) | |
tree | be2d58b86206eb79a52d280aeb3ca1826a833222 /postgresqleu/adyen/util.py | |
parent | 6b382afbedcdd4229ceed6dc5bdf3ae18dd5135b (diff) |
Fix typo
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 964c9e4b..6dfb6816 100644 --- a/postgresqleu/adyen/util.py +++ b/postgresqleu/adyen/util.py @@ -61,7 +61,7 @@ def process_authorization(notification): # If the amount was for less than one euro (or dollar), the # rounded value is zero. In this case, create a special # accounting entry of one euro with a warning (yes, this is - # ugly, but it Should Never HappeN (TM)) + # ugly, but it Should Never Happen (TM)) if trans.amount == 0: accstr = "FIXME: ZERO SUM Manual Adyen Payment %s (%s)" % (notification.merchantReference, notification.pspReference) accrows = [ |