Ghost/ghost/tiers/test
Fabien "egg" O'Carroll 5f928794c3 Added support for Tier events
refs https://github.com/TryGhost/Team/issues/2078

These events are all required for other parts of the Ghost system to stay in
sync. The events on each Tier object will be dispatched by the TierRepository
once they've been persisted.

TierCreatedEvent - generate Stripe Products & Prices
TierNameChangeEvent - update Stripe Products
TierPriceChangeEvent - update Stripe Products & Prices
TierArchivedEvent - update the Portal settings for visible tiers
                  - disable Stripe Products & Prices
TierActivatedEvent - enable Stripe Products & Prices
2022-10-20 17:31:33 +07:00
..
.eslintrc.js
index.test.js
Tier.test.js Added support for Tier events 2022-10-20 17:31:33 +07:00
TiersAPI.test.js Updated Tier to use camelCase property names 2022-10-20 11:54:18 +07:00