ROCHY
PhP
PhP Form Example
Results
Compruebe que todos los datos del formulario son correctos!!
/n";
} # End of function ShowError
function ShowForm ($amount,$currency,$producto) {
// Posted data
global $HTTP_POST_VARS;
// Valores constantes del comercio
$url_tpvv='https://sis-t.redsys.es:25443/sis/realizarPago';
$clave='qwertyasdf0123456789';
$name='Ropitas Ymas';
$code='329846976';
$terminal='1';
$order=date('ymdHis');
$amount='25';
$currency='978';
$transactionType='0';
$urlMerchant='http://www.sermepa.es';
$producto='Zapatos';
// Now, print the HTML script
echo "Comercio Simulador
Comercio de prueba.
Comercio:
$name
FUC:
$code
Terminal:
$terminal
Pedido:
$order
Producto:
$producto
Importe:
$amount
Tipo de Operacion:
$transactionType (Autorización)
URL del comercio:
$urlMerchant
";
// Currency strings
if ($currency == "978") {
echo "Moneda:
Euros
";
}
echo "
";
// Compute hash to sign form data
// $signature=sha1_hex($amount,$order,$code,$currency,$clave);
$message = $amount.$order.$code.$currency.$transactionType.$urlMerchant.$clave;
$signature = strtoupper(sha1($message));
echo "
";
} # End of function ShowForm
?>
No hay publicaciones.
No hay publicaciones.
Inicio
Suscribirse a:
Entradas (Atom)