Ghost/ghost/members-api/lib
Fabien "egg" O'Carroll 26045ecf24 Added validation to prices for Tiers
refs https://github.com/TryGhost/Team/issues/1319

Rather than allowing our code to attempt to speak with Stripe and error
there, we opt to fail fast and throw validation errors so that our API
will respond with a 422, the existing pattern for validation errors.
2022-02-09 10:16:24 +02:00
..
controllers Restricted changing Subscription to archived Tier 2022-01-21 14:08:31 +02:00
repositories Added validation to prices for Tiers 2022-02-09 10:16:24 +02:00
services Added tier property to subscriptions 2022-02-01 11:42:15 +02:00
MembersAPI.js Removed archived Tiers from Portal display 2022-01-24 13:13:48 +02:00