Add debug log to log out subscription level.
This commit is contained in:
parent
38f5e8b4eb
commit
bafb62f214
1 changed files with 2 additions and 0 deletions
|
@ -137,6 +137,8 @@ class DonationPaymentRepository(activity: Activity) : StripeApi.PaymentIntentFet
|
|||
.flatMapCompletable { levelUpdateOperation ->
|
||||
val subscriber = SignalStore.donationsValues().requireSubscriber()
|
||||
|
||||
Log.d(TAG, "Attempting to set user subscription level to $subscriptionLevel")
|
||||
|
||||
ApplicationDependencies.getDonationsService().updateSubscriptionLevel(
|
||||
subscriber.subscriberId,
|
||||
subscriptionLevel,
|
||||
|
|
Loading…
Add table
Reference in a new issue