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 26, 2024
1 parent a153ce5 commit 2962952
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 @@ -231,8 +231,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 2962952

Please sign in to comment.