Skip to content

Commit 19507c6

Browse files
authored
Disable allowMerchantAIAPIKey flag in all builds (#15421)
2 parents b69e8ae + d8bf028 commit 19507c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Experiments/Experiments/DefaultFeatureFlagService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
9898
case .notificationSettings:
9999
return true
100100
case .allowMerchantAIAPIKey:
101-
return buildConfig == .localDeveloper || buildConfig == .alpha
101+
return false
102102
default:
103103
return true
104104
}

0 commit comments

Comments
 (0)