Skip to content

Commit 2962952

Browse files
fixup! Extract payment information to configuration
1 parent a153ce5 commit 2962952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sipa/model/sample/user.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ def birthdate(self):
231231

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

0 commit comments

Comments
 (0)