diff --git a/Modules/Sources/Experiments/DefaultFeatureFlagService.swift b/Modules/Sources/Experiments/DefaultFeatureFlagService.swift index 7dbc908dd7d..54d1d235e30 100644 --- a/Modules/Sources/Experiments/DefaultFeatureFlagService.swift +++ b/Modules/Sources/Experiments/DefaultFeatureFlagService.swift @@ -99,7 +99,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService { case .ciabBookings: return buildConfig == .localDeveloper || buildConfig == .alpha case .pointOfSaleSurveys: - return buildConfig == .localDeveloper || buildConfig == .alpha + return true default: return true } diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 90082ca2e52..084ebbc8709 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -3,7 +3,7 @@ 23.6 ----- - +- [*] Adds in-app feedback surveys to gauge POS potential interest, and current usage [https://github.com/woocommerce/woocommerce-ios/pull/16267] 23.5 -----