File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
2727 return buildConfig == . localDeveloper || buildConfig == . alpha
2828 case . jetpackConnectionPackageSupport:
2929 return buildConfig == . localDeveloper || buildConfig == . alpha
30+ case . orderCreation:
31+ return buildConfig == . localDeveloper || buildConfig == . alpha
3032 default :
3133 return true
3234 }
Original file line number Diff line number Diff line change @@ -53,4 +53,8 @@ public enum FeatureFlag: Int {
5353 /// Allows sites with plugins that include Jetpack Connection Package and without Jetpack-the-plugin to connect to the app
5454 ///
5555 case jetpackConnectionPackageSupport
56+
57+ /// Allows new orders to be manually created
58+ ///
59+ case orderCreation
5660}
You can’t perform that action at this time.
0 commit comments