Skip to content

Commit

Permalink
removed trusted entitlements from API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aboedo committed Jul 21, 2023
1 parent 1ba8f7d commit a9ebf1b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ private class PurchasesAPI {

val build = PurchasesConfiguration.Builder(context, apiKey = "", appUserID = "")
.service(executorService)
.entitlementVerificationMode(EntitlementVerificationMode.INFORMATIONAL)
.build()

Purchases.configure(build)
Expand Down

0 comments on commit a9ebf1b

Please sign in to comment.