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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/admin-overview/admin-overview.html
|
@ -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 |
|
|
|
@ -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> |
|
|