Added feature flag for cardless trials

refs https://github.com/TryGhost/Team/issues/1727

- adds alpha flag to toggle cardless trials via expiring complimentary subscriptions
This commit is contained in:
Rishabh 2022-08-19 16:17:11 +05:30 committed by Rishabh Garg
parent 704f17ff96
commit c123fdf5da

View File

@ -30,7 +30,8 @@ const ALPHA_FEATURES = [
'beforeAfterCard', 'beforeAfterCard',
'freeTrial', 'freeTrial',
'memberAttribution', 'memberAttribution',
'searchHelper' 'searchHelper',
'compExpiring'
]; ];
module.exports.GA_KEYS = [...GA_FEATURES]; module.exports.GA_KEYS = [...GA_FEATURES];