Skip to content

Commit 211eca6

Browse files
author
Sander de Vos
committed
The sender's house number is optional
1 parent 44b0491 commit 211eca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/SenderData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class SenderData extends Data
88
public string $from_company_name;
99
public string $from_address_1;
1010
public string $from_address_2;
11-
public string $from_house_number;
11+
public ?string $from_house_number;
1212
public string $from_city;
1313
public string $from_postal_code;
1414
public string $from_country;

0 commit comments

Comments
 (0)