Commit du répertoire FedEx
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace FedEx\Model\Config\Base;
|
||||
|
||||
class FedExConfigValue
|
||||
{
|
||||
const PRICES = "prices";
|
||||
const TRACKING_URL = "https://www.fedex.com/apps/fedextrack/?action=track&trackingnumber=";
|
||||
}
|
||||
9
local/modules/FedEx/Model/Config/FedExConfigValue.php
Normal file
9
local/modules/FedEx/Model/Config/FedExConfigValue.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace FedEx\Model\Config;
|
||||
|
||||
use FedEx\Model\Config\Base\FedExConfigValue as BaseFedExConfigValue;
|
||||
|
||||
class FedExConfigValue extends BaseFedExConfigValue
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user