Skip to content

Commit

Permalink
Wrong parameter supplied MobilePayment-object (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
krestenlaust authored May 16, 2024
1 parent b398fac commit 59f3c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stregsystem/management/commands/importmobilepaypayments.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 59f3c02

Please sign in to comment.