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

9 lines
190 B
PHP

<?php
class Raben extends Delivery
{
public static $className = 'Raben';
protected $track_and_trace = 'https://myraben.com/link/ShipmentInformation?shipmentNumber=[PACKAGE_ID]';
}