first commit
This commit is contained in:
15
class/deliveries/class.DiePost.php
Normal file
15
class/deliveries/class.DiePost.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
class DiePost extends Delivery
|
||||
{
|
||||
public static $className = 'DiePost';
|
||||
|
||||
protected $heureka_delivery_id = 'DiePost';
|
||||
|
||||
protected $track_and_trace = 'https://service.post.ch/EasyTrack/submitParcelData.do?formattedParcelCodes=[PACKAGE_ID]';
|
||||
|
||||
public static function isEnabled()
|
||||
{
|
||||
return findModule('abra', 'web') == 'parfimo.ch';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user