Skip to content

Commit

Permalink
fix: ci failing for RNIapModule
Browse files Browse the repository at this point in the history
  • Loading branch information
Syedh30 committed Jul 11, 2024
1 parent b2f2b73 commit 2e9e6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/play/java/com/dooboolab/rniap/RNIapModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class RNIapModule(
private val builder: BillingClient.Builder = BillingClient.newBuilder(reactContext).enablePendingPurchases(),
private val googleApiAvailability: GoogleApiAvailability = GoogleApiAvailability.getInstance(),
) : ReactContextBaseJavaModule(reactContext),
PurchasesUpdatedListener,
PurchasesUpdatedListener,
UserChoiceBillingListener {
private var billingClientCache: BillingClient? = null
private val skus: MutableMap<String, ProductDetails> = mutableMapOf()
Expand Down

0 comments on commit 2e9e6c0

Please sign in to comment.