Skip to content

increase minimum price for event to 1

Johannes Zumthurm requested to merge feature/eventprice into master

Created by: hermannsblum

There are 3 different states which all describe that an event has no price:

  • the price field in the event is not set
  • the price field in the event is set to null
  • the price field in the event is set to 0

In order to reduce confusion, I propose to set the minimum value of the event price to 1, thus removing the third option above. The first to options are pretty standard for all fields in our api, so they seem a reasonable choice.

Merge request reports

Loading