ClaveAudio_Web/ped_v_end.php

7 lines
260 B
PHP
Raw Permalink Normal View History

<?php
if(isset($_REQUEST['store']) && $_REQUEST['store'] == 'PI00004597') { // vengo de la visa
header("Location: pedido_ok.php?tes=" . $_REQUEST['result'] . '&pof=' . $_REQUEST['pszPurchorderNum']);
} else {
header("Location: index.php");
}
?>