Skip to content

Commit

Permalink
Удалить коммит после тестирования (он пускает транзакции по карте тол…
Browse files Browse the repository at this point in the history
…ько через web browser flow)
  • Loading branch information
ivanglushko committed Jul 26, 2023
1 parent 10d0c1f commit 4541cad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ private extension CardPaymentProcess {
)
finishAuthorize(data: data, threeDSVersion: payload.version)

case .v2:
case .v2, .appBased:
guard let tdsServerTransID = payload.tdsServerTransID,
let threeDSMethodURL = payload.threeDSMethodURL
else { return }
Expand Down

0 comments on commit 4541cad

Please sign in to comment.