<html>
<head>
<meta http-equiv="content-type" content="text/plain; charset=iso-8859-1"">
</head>
<body>


<h1>Information sent to banking.php:</h1>
<p>Token: {$token}</p>
<p>Session ID: {$session_id}</p>
<p>Secret code: {$secret_code}</p>
<p>Account number: {$acct}</p>
<p>Pin: {$pin}</p>
<p>Transaction type: {$transaction}</p>
<p>Verify by mail: {$verify_by_mail}</p>
{foreach $infos as $info}
<p>Mail me information on: {$info}</p>
{/foreach}
<p>Your comments: {$comments}</p>
<p>File to upload: {$file_name}</p>




</body>
</html>