We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89297f9 + fea5378 commit 77d4cfaCopy full SHA for 77d4cfa
Experiments/Experiments/DefaultFeatureFlagService.swift
@@ -90,7 +90,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
90
case .productGlobalUniqueIdentifierSupport:
91
return true
92
case .paymentsOnboardingInPointOfSale:
93
- return buildConfig == .localDeveloper
+ return true
94
case .sendReceiptAfterPayment:
95
return false
96
case .sendReceiptsForPointOfSale:
0 commit comments