feat(payment): Exposed CheckUnredeemedGooglePurchase usecase.

This commit is contained in:
Maximilian Hvesser-Lewis
2026-01-06 21:28:43 +01:00
committed by MargeBot
parent b7cd55f904
commit bbc16715cf
@@ -38,7 +38,7 @@ import javax.inject.Inject
import kotlin.jvm.optionals.getOrNull
/** Checks if there is an unredeemed Google purchase for a logged in user. */
internal class CheckUnredeemedGooglePurchase @Inject constructor(
class CheckUnredeemedGooglePurchase @Inject constructor(
private val userManager: UserManager,
private val findUnacknowledgedGooglePurchase: Optional<FindUnacknowledgedGooglePurchase>,
private val getAvailablePaymentProviders: GetAvailablePaymentProviders,