Skip to content

Commit f3b865f

Browse files
committed
Turn on push notifications for all stores feature flag.
1 parent 50f651b commit f3b865f

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
@@ -20,7 +20,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
2020
case .shippingLabelsMultiPackage:
2121
return true
2222
case .pushNotificationsForAllStores:
23-
return buildConfig == .localDeveloper || buildConfig == .alpha
23+
return true
2424
case .quickOrderPrototype:
2525
return buildConfig == .localDeveloper || buildConfig == .alpha
2626
case .orderListFilters:

0 commit comments

Comments
 (0)