Skip to content

Commit

Permalink
Remove underscore in shipping method code. magento/magento2#5021
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-forkel committed Nov 30, 2017
1 parent faa3b44 commit c9d4b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Model/Carrier/Custom.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Custom extends \Magento\Shipping\Model\Carrier\AbstractCarrier implements
*
* @var string
*/
protected $_code = 'forkel_customshipping';
protected $_code = 'forkelcustomshipping';

/**
* This carrier has fixed rates calculation
Expand Down Expand Up @@ -123,4 +123,4 @@ public function getAllowedMethods()
return [$this->getCarrierCode() => __($this->getConfigData('name'))];
}

}
}

0 comments on commit c9d4b7c

Please sign in to comment.