Skip to content

Commit

Permalink
Merge pull request #79 from Tinkoff/2.5.5
Browse files Browse the repository at this point in the history
Fixed parsing of 3DS check error
  • Loading branch information
IlnarH authored Jan 10, 2022
2 parents 54cd1e0 + 42e67e9 commit 74f759d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.5.5

#### Fixed
Fixed parsing of 3DS check error
#### Changes
#### Additions

## 2.5.4

#### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ enum class ResponseStatus {
UNKNOWN,
LOOP_CHECKING,
COMPLETED,
AUTH_FAILED,
AUTH_FAIL,
FORM_SHOWED;

override fun toString(): String {
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.5.4
VERSION_NAME=2.5.5
VERSION_CODE=15
GROUP=ru.tinkoff.acquiring

Expand Down

0 comments on commit 74f759d

Please sign in to comment.