Fix issue preventing subscriptions from processing.

This commit is contained in:
Alex Hart
2022-11-30 16:32:06 -04:00
committed by Cody Henthorne
parent bd4a69eddc
commit f00ee0a226

View File

@@ -214,7 +214,6 @@ class StripeRepository(activity: Activity) : StripeApi.PaymentIntentFetcher, Str
}
}.flatMap(ServiceResponse<EmptyResponse>::flattenResult).ignoreElement().doOnComplete {
Log.d(TAG, "Set default payment method via Signal service!")
}.andThen {
Log.d(TAG, "Storing the subscription payment source type locally.")
SignalStore.donationsValues().setSubscriptionPaymentSourceType(paymentSourceType)
}