Skip to content

Commit

Permalink
Fix for setting empty externalId on Company
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdgeijn committed Feb 4, 2022
1 parent 79e5e01 commit 352929f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Rob Gloudemans <info@robgloudemans.nl>
Copyright (c) 2022 Marc van de Geijn <marc@bhosted.nl>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions src/Responses/Company.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ class Company

protected bool $orderApprovalRequired = false;

protected string $externalId;

protected ?string $externalId;

public static function createFromBody( string $body )
{
Expand Down

0 comments on commit 352929f

Please sign in to comment.