mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
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:
parent
704f17ff96
commit
c123fdf5da
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ const ALPHA_FEATURES = [
|
|||
'beforeAfterCard',
|
||||
'freeTrial',
|
||||
'memberAttribution',
|
||||
'searchHelper'
|
||||
'searchHelper',
|
||||
'compExpiring'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Add table
Reference in a new issue