Skip to content

Commit c144526

Browse files
fixup! Extract payment information to configuration
1 parent 174f03d commit c144526

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
@@ -232,8 +232,8 @@ def birthdate(self):
232232

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

0 commit comments

Comments
 (0)