Skip to content

Commit

Permalink
Update securetrading_ws.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter authored Dec 27, 2023
1 parent 5d74664 commit a346cfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $('#button-confirm').bind('click', function () {
if (json['redirect']) {
location = json['redirect'];
} else {
$('#payment').before('<form id="threed-form" action="' + json['acs_url'] + '" method="POST"><input type="hidden" name="PaReq" value="' + json['pareq'] + '"/><input type="hidden" name="MD" value="' + json['md'] + '"/><input type="hidden" name="TermUrl" value="' + json['term_url'] + '"/></form>');
$('#payment').before('<form id="threed-form" action="' + json['acs_url'] + '" method="post"><input type="hidden" name="PaReq" value="' + json['pareq'] + '"/><input type="hidden" name="MD" value="' + json['md'] + '"/><input type="hidden" name="TermUrl" value="' + json['term_url'] + '"/></form>');
$('#threed-form').submit();
}
} else {
Expand Down

0 comments on commit a346cfd

Please sign in to comment.