Skip to content

Commit

Permalink
Merge pull request #167 from Moonix/fix_methods
Browse files Browse the repository at this point in the history
fix: use setObfuscatedProfileId method
  • Loading branch information
akshaaatt committed Jun 12, 2024
2 parents 31b0e70 + 3e642ee commit e450ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iap/src/main/java/com/limurse/iap/BillingService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class BillingService(
billingFlowParamsBuilder.setObfuscatedAccountId(obfuscatedAccountId)
}
if (obfuscatedProfileId != null) {
billingFlowParamsBuilder.setObfuscatedAccountId(obfuscatedProfileId)
billingFlowParamsBuilder.setObfuscatedProfileId(obfuscatedProfileId)
}
val billingFlowParams = billingFlowParamsBuilder.build()

Expand Down

0 comments on commit e450ff0

Please sign in to comment.