Add missing import
authorMagnus Hagander <magnus@hagander.net>
Sat, 14 Apr 2018 18:36:49 +0000 (20:36 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sat, 14 Apr 2018 18:36:49 +0000 (20:36 +0200)
postgresqleu/trustlypayment/management/commands/trustly_match_refunds.py

index fd02241f7963481e55fe188518aaad85f22cf40f..9f9088cc349cc9f9aa4abced7c9b264ad38c9c4d 100644 (file)
@@ -17,6 +17,8 @@ from postgresqleu.invoices.models import InvoiceRefund, InvoicePaymentMethod
 from postgresqleu.invoices.util import InvoiceManager
 from postgresqleu.mailqueue.util import send_simple_mail
 
+from decimal import Decimal
+
 class Command(BaseCommand):
        help = 'Verify that a Trustly refund has completed, and flag it as such'