Use staging service.

This commit is contained in:
Matthew Chen 2021-11-18 14:45:07 -03:00
parent 1c68dadf42
commit 62078dee58

View File

@ -154,11 +154,7 @@ public class FeatureFlags: BaseFlags {
@objc
public static var isUsingProductionService: Bool {
if paymentsInternalBeta {
return false
} else {
return true
}
false
}
@objc