Skip to content

Commit 77d4cfa

Browse files
authored
Enable POS payments onboarding feature (#14453)
2 parents 89297f9 + fea5378 commit 77d4cfa

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
@@ -90,7 +90,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
9090
case .productGlobalUniqueIdentifierSupport:
9191
return true
9292
case .paymentsOnboardingInPointOfSale:
93-
return buildConfig == .localDeveloper
93+
return true
9494
case .sendReceiptAfterPayment:
9595
return false
9696
case .sendReceiptsForPointOfSale:

0 commit comments

Comments
 (0)