Hello,
We've just finished our integration of a mobile app with Clover. But we have found one issue with the Modifier Groups.
We would like to use de max and min allowed fields in the modifier group. The problem is that fields are only send by the API when they have any value. Is there any way to receive those fields all the time no matter if the have Null or any value?
We use the JSON object and our server program send it to the app. If the fields are empty they are not sent and then we need to process all JSON objects to check if the fields are inside the object and if the field is not in the object we need to include it with no or null value.
Kind regards,
Ivan