parent
8d068d2558
commit
de9ffad40d
|
|
@ -49,7 +49,7 @@ abstract class AbstractShipping
|
|||
*/
|
||||
public function getDescription()
|
||||
{
|
||||
return $this->getConfigData('decription');
|
||||
return $this->getConfigData('description');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -63,4 +63,4 @@ abstract class AbstractShipping
|
|||
{
|
||||
return core()->getConfigData('sales.carriers.' . $this->getCode() . '.' . $field);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue