Browse Source

Feature/add 14 days in coupon system (#772)

* Add 14 days

* Update changelog
pull/773/head
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
57e4163848
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CHANGELOG.md
  2. 1
      apps/client/src/app/components/admin-overview/admin-overview.html

4
CHANGELOG.md

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
### Added
- Added more durations in the coupon system
### Fixed ### Fixed
- Fixed an issue with the currency conversion (duplicate) in the account calculations - Fixed an issue with the currency conversion (duplicate) in the account calculations

1
apps/client/src/app/components/admin-overview/admin-overview.html

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

Loading…
Cancel
Save