mirror of
https://github.com/valitydev/adapter-flow-lib.git
synced 2024-11-06 08:15:19 +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>
|
</parent>
|
||||||
|
|
||||||
<artifactId>adapter-flow-lib</artifactId>
|
<artifactId>adapter-flow-lib</artifactId>
|
||||||
<version>0.1.2</version>
|
<version>0.1.3</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>adapter-flow-lib</name>
|
<name>adapter-flow-lib</name>
|
||||||
|
@ -57,7 +57,7 @@ public class IntentResultFactory {
|
|||||||
new SuspendIntent(
|
new SuspendIntent(
|
||||||
tagManagementService.findTag(params),
|
tagManagementService.findTag(params),
|
||||||
Timer.timeout(timerRedirectTimeout)
|
Timer.timeout(timerRedirectTimeout)
|
||||||
).setUserInteraction(createPostUserInteraction(threeDsData.getAcsUrl(), params))
|
).setUserInteraction(createUserInteraction(threeDsData))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user