When attempting to create a new membership using the request below, the server sends back a validation error saying that the discount field is required. This is due to the fact that it will treat "zero" values as the field being empty, so we want to omit the validation in these cases
Description
When attempting to create a new membership using the request below, the server sends back a validation error saying that the discount field is required. This is due to the fact that it will treat "zero" values as the field being empty, so we want to omit the validation in these cases
QA Steps
POST
request with the above body to/memberships