Open noqqe opened 5 years ago
This is not a bug anymore. Its just not-so-nice behaviour.
I posted a float(100) and not a int(100) and the API silently accepted my request with 200 but did not change the value.
So if you like, you may want to throw an error message if the type of the input is not correct.
Hm, right, the API is specified to accept only int, but it is not enforced ...
Hi,
I create drinks with
cost does not seem to have effect. I specify
100
(1 Euro in cents) and it results in0
in the backend.Can you have a look?