generated from UK-Export-Finance/nestjs-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(premium-schedule): added 0 and 4 as acceptable inputs (#440)
## Introduction ✏️ Premium schedule endpoint did not allow `premiumFrequencyId` with valid inputs. ## Resolution ✔️ * Updated `min` and `max` decorators. * Updated documentation. * Updated API test cases to cater all the `premiumFrequencyId` values (0 - 4) ## Miscellaneous ➕ * Dependencies update Co-authored-by: Abhi Markan <[email protected]>
- Loading branch information
1 parent
d62f78c
commit 270b405
Showing
3 changed files
with
54 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters