Ghost/core/server/api/canary/utils
Naz Gargol 25f11bbf1c
Added complimentary member subscription (#11537)
no issue

- We need a way to simulate "premium" membership without any payment from members' side. For this new "Complimentary" plan is introduced
- Allows `comped` flag as an input only on `PUT /members/:id` endpoint which sets  free subscriptions based on "complimentary" plan on the member
- Added `comped` flag to members endpoint responses
- Bumped members-api to 0.12.0. This version supports new set/cancel complimentary subscription methods
2020-01-28 11:25:00 +07:00
..
serializers Added complimentary member subscription (#11537) 2020-01-28 11:25:00 +07:00
validators Added complimentary member subscription (#11537) 2020-01-28 11:25:00 +07:00
index.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
permissions.js Added permission restrictions to editing members flag (#11217) 2019-10-09 10:26:54 +02:00