mirror of
https://github.com/valitydev/adapter-flow-lib.git
synced 2024-11-06 00:05:22 +00:00
Fix ignored get method for user interaction (#26)
This commit is contained in:
parent
2a3c3c7e55
commit
08dbf8ed2a
2
pom.xml
2
pom.xml
@ -13,7 +13,7 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>adapter-flow-lib</artifactId>
|
||||
<version>0.1.2</version>
|
||||
<version>0.1.3</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>adapter-flow-lib</name>
|
||||
|
@ -57,7 +57,7 @@ public class IntentResultFactory {
|
||||
new SuspendIntent(
|
||||
tagManagementService.findTag(params),
|
||||
Timer.timeout(timerRedirectTimeout)
|
||||
).setUserInteraction(createPostUserInteraction(threeDsData.getAcsUrl(), params))
|
||||
).setUserInteraction(createUserInteraction(threeDsData))
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user