Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/ipol.sdek/classes/lib/SDEK/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/ipol.sdek/classes/lib/SDEK/Tools.php

<?php

namespace Ipolh\SDEK\SDEK;


class Tools
{
    public static function getTrackLink($trackNumber='')
    {
        return 'https://cdek.ru/tracking?order_id='.$trackNumber;
    }
}