Fix iDEAL subscription authorization state when launching external application.
This commit is contained in:
parent
4e87422575
commit
1b9129b4a0
1 changed files with 2 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue