first commit
This commit is contained in:
13
class/deliveries/class.Toptrans.php
Normal file
13
class/deliveries/class.Toptrans.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
class Toptrans extends Delivery
|
||||
{
|
||||
public static $className = 'Toptrans';
|
||||
|
||||
protected $heureka_delivery_id = 'TOPTRANS';
|
||||
protected $zbozi_delivery_id = 'TOPTRANS';
|
||||
|
||||
protected $track_and_trace = 'https://apis.toptrans.cz/search?order_id=[PACKAGE_ID]';
|
||||
|
||||
public $defaultIcon = '../../common/static/deliveries/toptrans.svg';
|
||||
}
|
||||
Reference in New Issue
Block a user