We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7280797 commit 6586c80Copy full SHA for 6586c80
Model/AbstractCarrier.php
@@ -197,7 +197,7 @@ protected function getTrackingResultStatus()
197
*/
198
protected function returnError($message)
199
{
200
- if ($this->getConfigData('debug')) {
+ if ($this->getConfigData('showmethod')) {
201
$error = $this->_rateErrorFactory->create();
202
$error->setCarrier($this->_code);
203
$error->setCarrierTitle($this->getConfigData('title'));
0 commit comments