first commit
This commit is contained in:
11
class/deliveries/class.SPS.php
Normal file
11
class/deliveries/class.SPS.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
class SPS extends Delivery
|
||||
{
|
||||
public static $className = 'SPS';
|
||||
|
||||
protected $heureka_delivery_id = 'SPS';
|
||||
protected $zbozi_delivery_id = 'SPS';
|
||||
|
||||
protected $track_and_trace = 'https://www.sps-sro.sk/sledovanie-zasielky/';
|
||||
}
|
||||
Reference in New Issue
Block a user