Feature/add 14 days in coupon system (#772)
* Add 14 days * Update changelog
This commit is contained in:
parent
14773bf1aa
commit
57e4163848
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Added
|
||||
|
||||
- Added more durations in the coupon system
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed an issue with the currency conversion (duplicate) in the account calculations
|
||||
|
@ -180,6 +180,7 @@
|
||||
[value]="couponDuration"
|
||||
(selectionChange)="onChangeCouponDuration($event.value)"
|
||||
>
|
||||
<mat-option value="14 days">14 Days</mat-option>
|
||||
<mat-option value="30 days">30 Days</mat-option>
|
||||
<mat-option value="1 year">1 Year</mat-option>
|
||||
</mat-select>
|
||||
|
Loading…
x
Reference in New Issue
Block a user