Skip to content

Commit

Permalink
Limit to 50 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
chinleung committed Apr 26, 2021
1 parent da19c49 commit 895ba66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Customer
*/
public function setCompany(string $company): self
{
$this->company = $company;
$this->company = substr($company, 0, 50);

return $this;
}
Expand Down

0 comments on commit 895ba66

Please sign in to comment.