Skip to content

Commit 36e655c

Browse files
author
Sander de Vos
committed
Telephone type switched to string
1 parent 87dbd9c commit 36e655c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Data/RecipientData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class RecipientData extends Data
1414
public string $to_post_number;
1515
public string $country;
1616
public string $country_state;
17-
public int $telephone;
17+
public string $telephone;
1818
public string $email;
1919

2020
public array $required = [

src/Data/SenderData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class SenderData extends Data
1212
public string $from_city;
1313
public string $from_postal_code;
1414
public string $from_country;
15-
public int $from_telephone;
15+
public string $from_telephone;
1616
public string $from_email;
1717

1818
public array $required = [

0 commit comments

Comments
 (0)