Fixed issue #1730
This commit is contained in:
parent
b01fdc7496
commit
e55dd37619
|
|
@ -8,6 +8,8 @@ class FixedAmount extends Action
|
|||
{
|
||||
public function __construct($rule)
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
/**
|
||||
* Setting the rule getting applied
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@ class PercentOfProduct extends Action
|
|||
{
|
||||
public function __construct($rule)
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
/**
|
||||
* Setting the rule getting applied
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue