File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
subscriptions/subscriptions-impl/src/main/java/com/duckduckgo/subscriptions/impl Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ interface PrivacyProFeature {
192
192
@Toggle.DefaultValue (DefaultFeatureValue .FALSE )
193
193
fun serpPromoCookie (): Toggle
194
194
195
- @Toggle.DefaultValue (DefaultFeatureValue .FALSE )
195
+ @Toggle.DefaultValue (DefaultFeatureValue .TRUE )
196
196
fun authApiV2 (): Toggle
197
197
198
198
@Toggle.DefaultValue (DefaultFeatureValue .FALSE )
@@ -227,7 +227,7 @@ interface PrivacyProFeature {
227
227
* This flag will be used to select FE subscription messaging mode.
228
228
* The value is added into GetFeatureConfig to allow FE to select the mode.
229
229
*/
230
- @Toggle.DefaultValue (DefaultFeatureValue .INTERNAL )
230
+ @Toggle.DefaultValue (DefaultFeatureValue .TRUE )
231
231
fun enableSubscriptionFlowsV2 (): Toggle
232
232
233
233
/* *
You can’t perform that action at this time.
0 commit comments