Skip to content

Commit

Permalink
fixup! Extract payment information to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
FestplattenSchnitzel committed Jan 4, 2024
1 parent ba93873 commit d7cad38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sipa/model/sample/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ def birthdate(self):

def payment_details(self) -> PaymentDetails:
return PaymentDetails(
recipient="Donald Duck",
iban=IBAN("EH12432543209523", allow_invalid=True),
recipient="Technische Universität Dresden",
iban=IBAN("DE52 8504 0000 0800 4004 00", validate_bban=True),
purpose=self.id.value,
)

Expand Down

0 comments on commit d7cad38

Please sign in to comment.