1 | <?php |
||
2 | |||
3 | include(dirname(__FILE__).'/../../config/config.inc.php'); |
||
4 | //include(dirname(__FILE__).'/../../header.php'); |
||
5 | include(dirname(__FILE__).'/correios.php'); |
||
6 | |||
7 | $correios = new correios(); |
||
8 | |||
9 | echo $correios->getPrazoDeEntrega(Tools::getValue('id_carrier'), Tools::getValue('sCepDestino')); |