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

fix(customer): Firstname and Lastname must be sent as firstname and lastname #211

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

vincent-pochet
Copy link
Contributor

This PR fixes issue related to customer input payload for both update and create as well for Customer type.
In both cases, the firstname and lastname fields were not serialized correctly as they were sent as first_name and last_name and so were ignored by the API

@vincent-pochet vincent-pochet merged commit 8ca492b into main Oct 17, 2024
1 check passed
@vincent-pochet vincent-pochet deleted the fix-customer-names branch October 17, 2024 07:20
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.

2 participants