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 Oct 20, 2023
1 parent 174f03d commit c144526
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 c144526

Please sign in to comment.