Disable promotion
This commit is contained in:
parent
bfab8728af
commit
bdd5c34c26
1 changed files with 2 additions and 2 deletions
|
|
@ -49,8 +49,8 @@ class AccountRepository
|
|||
$company->applyFreeYear();
|
||||
}
|
||||
} else {
|
||||
$company->applyDiscount(.5);
|
||||
session()->flash('warning', $company->present()->promoMessage());
|
||||
//$company->applyDiscount(.5);
|
||||
//session()->flash('warning', $company->present()->promoMessage());
|
||||
}
|
||||
|
||||
$company->save();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue