prici-io / prici

manage plans and pricing for any SaaS application
https://prici.io
MIT License
37 stars 5 forks source link

ability to exceed over a field limit value #9

Closed davidmeirlevy closed 6 months ago

davidmeirlevy commented 7 months ago

scenario:

  1. the plan is limited to X items, but any additional item will cost more.
  2. state.isAllowed should be true in this case, but also have another property to mention the limit has reached (maybe state.hasReachedLimit).
davidmeirlevy commented 6 months ago

done.