We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When trying to give false value for Boolean custom field it is sent as empty string.
To Reproduce Steps to reproduce the behavior:
Create a new custom fields and set the type to Boolean. nullable being true was also tested.
Go to the customer tab (if custom fields pushed for customer) and uncheck to send the value as false.
Try to update Customer
See error
Expected behavior Just sending the false value instead of empty string "" and customer is updated.
""
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
85a8866
michaelbromley
No branches or pull requests
Describe the bug
When trying to give false value for Boolean custom field it is sent as empty string.
To Reproduce
Steps to reproduce the behavior:
Create a new custom fields and set the type to Boolean. nullable being true was also tested.
Go to the customer tab (if custom fields pushed for customer) and uncheck to send the value as false.
Try to update Customer
See error
Expected behavior
Just sending the false value instead of empty string
""
and customer is updated.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: