You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Object attributes being sent "null" in API requests which doesn't handle null cases
To Reproduce
Try to create the order for free event and see the error message.
Check the body being sent to order API for placing order .
It results in HTTP 422
Expected behavior
Provide default values instead of null to required attributes
Additional context
Currently problem is found in OrdersAPI only. I would look into other API for this null case and handle them too.
For more context : follow the discussion here #1610 (comment)
Would you like to work on the issue?
YES
Solution
i will look into api required attributes which doesn't handle null cases and give default values to them.
The text was updated successfully, but these errors were encountered:
Describe the bug
Object attributes being sent "null" in API requests which doesn't handle null cases
To Reproduce
Try to create the order for free event and see the error message.
Check the body being sent to order API for placing order .
It results in
HTTP 422
Expected behavior
Provide default values instead of null to required attributes
Additional context
Currently problem is found in OrdersAPI only. I would look into other API for this null case and handle them too.
For more context : follow the discussion here
#1610 (comment)
Would you like to work on the issue?
YES
Solution
i will look into api required attributes which doesn't handle null cases and give default values to them.
The text was updated successfully, but these errors were encountered: