Feature/add 7 days in coupon system (#777)

* Add 7 days

* Update changelog
pull/781/head
Thomas Kaul 2 years ago committed by GitHub
parent 16b79a7e60
commit d530cb38fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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/),
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
### Added

@ -180,6 +180,7 @@
[value]="couponDuration"
(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="30 days">30 Days</mat-option>
<mat-option value="1 year">1 Year</mat-option>

Loading…
Cancel
Save