mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Fix iDEAL subscription authorization state when launching external application.
This commit is contained in:
@@ -160,6 +160,8 @@ class StripePaymentInProgressViewModel(
|
||||
nextActionHandler.handle(
|
||||
action = secure3DSAction,
|
||||
inAppPayment = inAppPayment.copy(
|
||||
subscriberId = InAppPaymentsRepository.requireSubscriber(inAppPayment.type.requireSubscriberType()).subscriberId,
|
||||
state = InAppPaymentTable.State.WAITING_FOR_AUTHORIZATION,
|
||||
data = inAppPayment.data.copy(
|
||||
redemption = null,
|
||||
waitForAuth = InAppPaymentData.WaitingForAuthorizationState(
|
||||
|
||||
Reference in New Issue
Block a user