Skip to content

Commit

Permalink
Merge pull request #105 from Tinkoff/2.8.1
Browse files Browse the repository at this point in the history
2.8.1 3DS app-based flow is temporarily turned off
  • Loading branch information
IlnarH authored Aug 29, 2022
2 parents d8b5623 + c6fa781 commit 0d44197
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.8.1

#### Fixed
#### Changes
3DS app-based flow is temporarily turned off due to technical issues during payment with
cards of some issuers
#### Additions

## 2.8.0

#### Fixed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=2.8.0
VERSION_NAME=2.8.1
VERSION_CODE=15
GROUP=ru.tinkoff.acquiring

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ object ThreeDsHelper {
fun getDsId(paymentSystem: String): String? = psToDsIdMap[paymentSystem]

fun isAppBasedFlow(threeDsVersion: String?) = when (threeDsVersion) {
"2.1.0" -> true
// "2.1.0" -> true todo uncomment then app-based 3DS is fixed
else -> false
}

Expand Down

0 comments on commit 0d44197

Please sign in to comment.