We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87dbd9c commit 36e655cCopy full SHA for 36e655c
src/Data/RecipientData.php
@@ -14,7 +14,7 @@ class RecipientData extends Data
14
public string $to_post_number;
15
public string $country;
16
public string $country_state;
17
- public int $telephone;
+ public string $telephone;
18
public string $email;
19
20
public array $required = [
src/Data/SenderData.php
@@ -12,7 +12,7 @@ class SenderData extends Data
12
public string $from_city;
13
public string $from_postal_code;
public string $from_country;
- public int $from_telephone;
+ public string $from_telephone;
public string $from_email;
0 commit comments