Feature/add 7 days in coupon system (#777)
* Add 7 days * Update changelog
This commit is contained in:
parent
16b79a7e60
commit
d530cb38fa
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added more durations in the coupon system
|
||||||
|
|
||||||
## 1.130.0 - 30.03.2022
|
## 1.130.0 - 30.03.2022
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -180,6 +180,7 @@
|
|||||||
[value]="couponDuration"
|
[value]="couponDuration"
|
||||||
(selectionChange)="onChangeCouponDuration($event.value)"
|
(selectionChange)="onChangeCouponDuration($event.value)"
|
||||||
>
|
>
|
||||||
|
<mat-option value="7 days">7 Days</mat-option>
|
||||||
<mat-option value="14 days">14 Days</mat-option>
|
<mat-option value="14 days">14 Days</mat-option>
|
||||||
<mat-option value="30 days">30 Days</mat-option>
|
<mat-option value="30 days">30 Days</mat-option>
|
||||||
<mat-option value="1 year">1 Year</mat-option>
|
<mat-option value="1 year">1 Year</mat-option>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user