This commit is contained in:
Prashant Singh 2019-11-01 18:46:54 +05:30
parent b01fdc7496
commit e55dd37619
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,8 @@ class FixedAmount extends Action
{
public function __construct($rule)
{
parent::__construct();
/**
* Setting the rule getting applied
*/

View File

@ -8,6 +8,8 @@ class PercentOfProduct extends Action
{
public function __construct($rule)
{
parent::__construct();
/**
* Setting the rule getting applied
*/