Files
kupshop/class/deliveries/class.VlastniPreprava.php
2025-08-02 16:30:27 +02:00

10 lines
216 B
PHP

<?php
class VlastniPreprava extends Delivery
{
public static $className = 'Vlastní přeprava';
protected $heureka_delivery_id = 'VLASTNI_PREPRAVA';
protected $zbozi_delivery_id = 'VLASTNI_PREPRAVA';
}