invoice: fix typo

This commit is contained in:
Richard Kubíček
2025-03-04 13:59:41 +01:00
parent 4a66302303
commit e43bf6eb82

View File

@@ -234,7 +234,7 @@ class Invoice(SuperFakturaAPI):
], ],
contact=ClientContactModel( contact=ClientContactModel(
name="John Doe", name="John Doe",
email="john.doe@examle.com", email="john.doe@example.com",
phone="+1 555-1234", phone="+1 555-1234",
address="123 Main Street, New York", address="123 Main Street, New York",
ico="987654321", ico="987654321",