0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/apps/admin-x-settings/test/utils/responses/tiers.json
Jono M 768511c7cc
Added tests for more areas of AdminX settings (themes, design, multiselect) (#17134)
refs https://github.com/TryGhost/Team/issues/3349

Tidies up the remaining major pieces which were not covered by tests.
Extends the existing test patterns, although the API mocks are getting a
bit unmanageable.
2023-06-28 14:59:05 +12:00

52 lines
1.4 KiB
JSON

{
"tiers": [
{
"id": "645453f4d254799990dd0e22",
"name": "Basic Supporter",
"description": null,
"slug": "default-product",
"active": true,
"type": "paid",
"welcome_page_url": null,
"created_at": "2023-05-05T00:55:16.000Z",
"updated_at": "2023-05-05T01:14:35.000Z",
"visibility": "public",
"benefits": [
"Simple benefit"
],
"currency": "USD",
"monthly_price": 500,
"yearly_price": 5000,
"trial_days": 0
},
{
"id": "649a4f08e1de1c862cd79063",
"name": "Ultimate Starlight Diamond Supporter",
"description": null,
"slug": "ultimate-starlight-diamond-supporter",
"active": true,
"type": "paid",
"welcome_page_url": null,
"created_at": "2023-06-27T02:52:56.067Z",
"updated_at": null,
"visibility": "none",
"benefits": [
"Awesome benefit"
],
"currency": "USD",
"monthly_price": 1000,
"yearly_price": 10000,
"trial_days": 0
}
],
"meta": {
"pagination": {
"page": 1,
"pages": 1,
"limit": 2,
"total": 2,
"prev": null,
"next": null
}
}
}