From 7b45112b9157c582410b1d08231f859130e98a62 Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Sat, 19 Nov 2016 18:08:23 +0100 Subject: [PATCH] Remove duplicate order refund log action (#324) --- src/pretix/base/payment.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pretix/base/payment.py b/src/pretix/base/payment.py index 38c2a80faa..95342c8337 100644 --- a/src/pretix/base/payment.py +++ b/src/pretix/base/payment.py @@ -415,7 +415,6 @@ class BasePaymentProvider: :param order: The order object """ - order.log_action('pretix.base.order.refunded') return '
%s
' % _('The money can not be automatically refunded, ' 'please transfer the money back manually.')