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 6bae76e commit e9cf171
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sipa/model/sample/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,7 @@ def birthdate(self):
def payment_details(self) -> PaymentDetails:
return PaymentDetails(
recipient="Donald Duck",
bank="Geldspeicher GbR",
iban="EH12432543209523",
bic="ENTHAUS123",
purpose=self.id.value,
)

Expand Down

0 comments on commit e9cf171

Please sign in to comment.