Skip to content

Commit 8e45c85

Browse files
fixup! Extract payment information to configuration
1 parent 76f381f commit 8e45c85

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sipa/model/sample/user.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,7 @@ def birthdate(self):
232232
def payment_details(self) -> PaymentDetails:
233233
return PaymentDetails(
234234
recipient="Donald Duck",
235-
bank="Geldspeicher GbR",
236235
iban="EH12432543209523",
237-
bic="ENTHAUS123",
238236
purpose=self.id.value,
239237
)
240238

0 commit comments

Comments
 (0)