typo fixed

config key has a typo.
This commit is contained in:
Seyed AmirHossein Adhami MirHosseini 2021-11-07 10:09:18 +03:30 committed by GitHub
parent 8d068d2558
commit de9ffad40d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}
}