Skip to content

Commit

Permalink
Fix issue #17
Browse files Browse the repository at this point in the history
  • Loading branch information
lillik committed Sep 28, 2017
1 parent 6fd07d1 commit 1e0c8e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
20 changes: 0 additions & 20 deletions Model/Plugin/PriceFormatPluginAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,4 @@ public function __construct(
) {
$this->moduleConfig = $moduleConfig;
}

/**
* @return \Lillik\PriceDecimal\Model\ConfigInterface
*/
/*public function getConfig()
{
return $this->moduleConfig;
}*/

/**
* @return int|mixed
*/
/*public function getPricePrecision()
{
if ($this->getConfig()->canShowPriceDecimal()) {
return $this->getConfig()->getPricePrecision();
}
return 0;
}*/
}
4 changes: 0 additions & 4 deletions Model/PricePrecisionConfigTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
trait PricePrecisionConfigTrait
{

/**
* @var \Lillik\PriceDecimal\Model\ConfigInterface
*/
protected $moduleConfig;

/**
* @return \Lillik\PriceDecimal\Model\ConfigInterface
Expand Down

0 comments on commit 1e0c8e1

Please sign in to comment.