Fix issue preventing subscriptions from processing.

main
Alex Hart 2022-11-30 16:32:06 -04:00 zatwierdzone przez Cody Henthorne
rodzic bd4a69eddc
commit f00ee0a226
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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)
}