Ghost/ghost/admin/mirage/models/tier.js
Rishabh Garg 8b5b3aa734 Updated usage of the Tiers API (#2388)
refs https://github.com/TryGhost/Team/issues/1575

- Update usage of Tier to read monthly & yearly price & currency from top level
- Updated usage of Tier to read benefit name from benefits[n], not from benefits[n].name

Co-authored-by: Fabien "egg" O'Carroll <fabien@allou.is>
2022-05-16 19:51:49 +01:00

6 lines
99 B
JavaScript

import {Model, hasMany} from 'miragejs';
export default Model.extend({
members: hasMany()
});