mirror of
https://github.com/valitydev/proxy-mocketbank.git
synced 2024-11-06 01:55:16 +00:00
JD-254: Fix Creq (#102)
This commit is contained in:
parent
5970b8bc70
commit
c9e08c39e6
@ -41,7 +41,7 @@ public class CallbackResponseWithTemplateCreator {
|
||||
try {
|
||||
return processTemplateIntoString(freemarkerConfiguration.getTemplate(TEMPLATE), Map.of(
|
||||
ACS_URL, acsUrl,
|
||||
CRES, creq,
|
||||
CREQ, creq,
|
||||
TERM_URL, acsTermUrl
|
||||
)).getBytes();
|
||||
} catch (IOException | TemplateException e) {
|
||||
|
@ -6,7 +6,7 @@
|
||||
</head>
|
||||
<body onload=OnLoadEvent();>
|
||||
<form action="${acsUrl}" METHOD="post" target="_self">
|
||||
<input name="cres" type="hidden" value="${cres}">
|
||||
<input name="creq" type="hidden" value="${creq}">
|
||||
<input name="TermUrl" type="hidden" value="${TermUrl}">
|
||||
<script>function OnLoadEvent() {document.forms[0].submit();}</script>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user