mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 04:13:30 +03:00
Added a feature flag for additional payment methods
ref ENG-812 ref https://linear.app/tryghost/issue/ENG-812
This commit is contained in:
parent
1d13a9c549
commit
781599de62
@ -59,6 +59,10 @@ const features = [{
|
|||||||
title: 'NestJS Playground',
|
title: 'NestJS Playground',
|
||||||
description: 'Wires up the Ghost NestJS App to the Admin API',
|
description: 'Wires up the Ghost NestJS App to the Admin API',
|
||||||
flag: 'NestPlayground'
|
flag: 'NestPlayground'
|
||||||
|
},{
|
||||||
|
title: 'Additional payment methods',
|
||||||
|
description: 'Adds support for additional payment methods in Stripe Checkout',
|
||||||
|
flag: 'additionalPaymentMethods'
|
||||||
}];
|
}];
|
||||||
|
|
||||||
const AlphaFeatures: React.FC = () => {
|
const AlphaFeatures: React.FC = () => {
|
||||||
|
@ -36,6 +36,7 @@ const BETA_FEATURES = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
const ALPHA_FEATURES = [
|
const ALPHA_FEATURES = [
|
||||||
|
'additionalPaymentMethods',
|
||||||
'NestPlayground',
|
'NestPlayground',
|
||||||
'urlCache',
|
'urlCache',
|
||||||
'lexicalMultiplayer',
|
'lexicalMultiplayer',
|
||||||
|
Loading…
Reference in New Issue
Block a user