kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix issue preventing subscriptions from processing.
rodzic
bd4a69eddc
commit
f00ee0a226
|
@ -214,7 +214,6 @@ class StripeRepository(activity: Activity) : StripeApi.PaymentIntentFetcher, Str
|
||||||
}
|
}
|
||||||
}.flatMap(ServiceResponse<EmptyResponse>::flattenResult).ignoreElement().doOnComplete {
|
}.flatMap(ServiceResponse<EmptyResponse>::flattenResult).ignoreElement().doOnComplete {
|
||||||
Log.d(TAG, "Set default payment method via Signal service!")
|
Log.d(TAG, "Set default payment method via Signal service!")
|
||||||
}.andThen {
|
|
||||||
Log.d(TAG, "Storing the subscription payment source type locally.")
|
Log.d(TAG, "Storing the subscription payment source type locally.")
|
||||||
SignalStore.donationsValues().setSubscriptionPaymentSourceType(paymentSourceType)
|
SignalStore.donationsValues().setSubscriptionPaymentSourceType(paymentSourceType)
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue