mirror of
https://github.com/valitydev/googlepay-provider.git
synced 2024-11-06 01:05:24 +00:00
Show eci in auth 3ds data (#4)
This commit is contained in:
parent
eb2ef54160
commit
6a11cb90c5
1
.gitignore
vendored
1
.gitignore
vendored
@ -98,6 +98,7 @@ cmake-build-release/
|
||||
*.iml
|
||||
# IntelliJ
|
||||
out/
|
||||
.idea/
|
||||
|
||||
# mpeltonen/sbt-idea plugin
|
||||
.idea_modules/
|
||||
|
@ -43,7 +43,7 @@ public class Auth3DS extends Auth {
|
||||
public String toString() {
|
||||
return "Auth3DS{" +
|
||||
"cryptogram='" + (cryptogram == null ? null : "***") + '\'' +
|
||||
", eci='" + (eci == null ? null : "***") + '\'' +
|
||||
", eci='" + eci + '\'' +
|
||||
"}";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user