From 59f3c028b1a0215a714641b3ed353fca1b6bf316 Mon Sep 17 00:00:00 2001 From: Kresten Laust Date: Thu, 16 May 2024 12:45:28 +0200 Subject: [PATCH] Wrong parameter supplied MobilePayment-object (#457) --- stregsystem/management/commands/importmobilepaypayments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stregsystem/management/commands/importmobilepaypayments.py b/stregsystem/management/commands/importmobilepaypayments.py index ee9fe056..5c34918e 100644 --- a/stregsystem/management/commands/importmobilepaypayments.py +++ b/stregsystem/management/commands/importmobilepaypayments.py @@ -118,7 +118,7 @@ def import_mobilepay_payment(self, transaction): amount=amount, # already in streg-ører member=mobile_payment_exact_match_member(comment), comment=comment, - name=name, + customer_name=name, timestamp=payment_datetime, transaction_id=trans_id, status=MobilePayment.UNSET,