Remove duplicate order refund log action (#324)

This commit is contained in:
Tobias Kunze
2016-11-19 18:08:23 +01:00
committed by Raphael Michel
parent ddb2b44496
commit 7b45112b91

View File

@@ -415,7 +415,6 @@ class BasePaymentProvider:
:param order: The order object
"""
order.log_action('pretix.base.order.refunded')
return '<div class="alert alert-warning">%s</div>' % _('The money can not be automatically refunded, '
'please transfer the money back manually.')