Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Company::update method to support providing an id. #349

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MinDBreaK
Copy link

Allow update method to update a specified company with an id.

Why?

The API supports the update via ID but not the SDK. There is a workaround but it is not clean to use directly the client.

How?

I added the ID in the arguments of the update method and added a BC layer to avoid breaking apps or having to bump a major version.

On next major version, the BC layer will need to be removed.

Allow update method to update a specified company with an id.
The function is a Symfony only function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant