Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand Down