Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/admin/classes/thee.php |
<meta charset="UTF-8">
<?php
include('../config.php');
require_once 'the_api.php';
$id_konta = 0;
$accessToken = file_get_contents('../../api/demo/accessToken'.$id_konta);
$row = $mysql->sqlRow("*", "all_sprzedaze", "WHERE kontoallegro = ".$id_konta." and dostawa like '%UPS%' and dealid > 0 order by id desc");
if ($row) {
$data = getPickupDate($accessToken, $row['dealid'], date("Y-m-d") );
print_r($data);
}
?>