0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00
ghost/core/test
Naz Gargol 25f11bbf1c
Added complimentary member subscription ()
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
..
acceptance Added new brand blog setting () 2019-12-17 16:15:31 +05:30
regression Added complimentary member subscription () 2020-01-28 11:25:00 +07:00
unit Added {{price}} helper for formatting stripe amounts (ie. "1935" to "19.35") () 2020-01-27 11:41:12 +00:00
utils 2020 2020-01-06 10:51:18 +01:00
.eslintignore Moved grunt-eslint to npm script executing eslint () 2019-02-11 13:26:06 +01:00
.eslintrc.json Updated eslint for tests to allow async functions 2019-10-06 21:03:56 +07:00
.jshintrc Remove jshint rules that are no longer supported 2015-01-23 21:00:37 +00:00