From a6e1df795624f8c7dd1bc8d8c93a449d1d71b288 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sat, 14 Apr 2018 20:36:06 +0200 Subject: [PATCH] Add missing import --- .../trustlypayment/management/commands/trustly_match_refunds.py | 1 + 1 file changed, 1 insertion(+) diff --git a/postgresqleu/trustlypayment/management/commands/trustly_match_refunds.py b/postgresqleu/trustlypayment/management/commands/trustly_match_refunds.py index c7d8ac9..fd02241 100644 --- a/postgresqleu/trustlypayment/management/commands/trustly_match_refunds.py +++ b/postgresqleu/trustlypayment/management/commands/trustly_match_refunds.py @@ -12,6 +12,7 @@ from django.db import transaction from django.conf import settings from postgresqleu.trustlypayment.util import Trustly +from postgresqleu.trustlypayment.models import TrustlyTransaction from postgresqleu.invoices.models import InvoiceRefund, InvoicePaymentMethod from postgresqleu.invoices.util import InvoiceManager from postgresqleu.mailqueue.util import send_simple_mail -- 2.39.5