Releases: hmrc/customs-cash-account-frontend
0.270.0
Release : customs-cash-account-frontend 0.270.0
Last commit sha : 58602fd
Last commit author : Ned Sakalauskis
Last commit time : 2024-11-11T14:36:47Z
MMCA-5013 | Change SDES endpoint for QA environment (#190)
-
MMCA-5013 | Change sdes endpoint for QA
-
MMCA-5013 | Adjust endpoint
-
MMCA-5013 | Add unit test for sdesApiEndPoint
0.269.0
Release : customs-cash-account-frontend 0.269.0
Last commit sha : de0909c
Last commit author : Vineet Tyagi
Last commit time : 2024-11-11T13:37:29Z
[MMCA-4999] - Implement Start date & End date field errors on cash account transaction request journey (#189)
-
[MMCA-4999] Add tests and message keys for the new messages
-
[MMCA-4999] Update tests and impementation
-
[MMCA-4999] Remove commented code
-
[MMCA-4999] Update code and tests
-
[MMCA-4999] Refactor - redorder of the method for better usage and readability
-
[MMCA-4999] Refactor - replace hardcoded values and create vals for the min and max values for month and year
-
[MMCA-4999] Refactor - create smaller methods for predicates
-
[MMCA-4999] Refactoring - Update msg key names to make it easy to identify
-
[MMCA-4999] Remove unused vals
-
[MMCA-4999] Rename the msg keys to align with the parameter name for better meaning
-
[MMCA-4999] Use of emptyString istead of
-
[MMCA-4999] Remove unused msg keys
-
[MMCA-4999] Add test for unbind
-
[MMCA-4999] Fix test
-
[MMCA-4999] keep the msg keys with similar keys
-
[MMCA-4999] Rename the msg keys after the page name
-
[MMCA-4999] Replace hard code value with constant values
-
[MMCA-4999] Incorporate review comments
0.268.0
0.267.0
0.266.0
0.265.0
Release : customs-cash-account-frontend 0.265.0
Last commit sha : dd0f2d4
Last commit author : Ned Sakalauskis
Last commit time : 2024-10-23T13:21:24Z
MMCA-4997 | Fix UCR regex in cash account search functionality (#183)
-
MMCA-4997 | Adjust regex
-
MMCA-4997 | Atleast 1 alphanumeric and then hyphens
-
MMCA-4997 | Fix unit test
0.264.0
Release : customs-cash-account-frontend 0.264.0
Last commit sha : 919be60
Last commit author : wg-hmrc
Last commit time : 2024-10-23T10:57:49Z
[MMCA-4958-bugfix] Removing HTML tags on downloaded csv (#182)
-
[MMCA-4958-bugfix] Removing HTML tags on downloaded csv
-
[MMCA-4958-bugfix] Fixing DeclarationDetailViewModelSpec test
-
[MMCA-4958-bugfix] Removing extra line
-
[MMCA-4958-bugfix] Fixing PR comments
-
[MMCA-4958-bugfix] Fixing welsh translation
0.263.0
Release : customs-cash-account-frontend 0.263.0
Last commit sha : 1e2d743
Last commit author : Hari M K
Last commit time : 2024-10-22T14:46:01Z
MMCA-4972 : Implement search by a specific payment and View transactions on the Cash Account dashboard (#180)
-
MMCA-4972 : Implemented search by a specific payment
-
MMCa-4972 : fixed test case 01
-
MMCA-4972 : fixed PR comments 01
-
MMCA-4972 : changed from valueDate to postingDate to match Acc31
-
MMCA-4972 : PR Comment fixes 02
0.262.0
0.261.0
Release : customs-cash-account-frontend 0.261.0
Last commit sha : 2d970c1
Last commit author : Ned Sakalauskis
Last commit time : 2024-10-18T15:11:41Z
MMCA-4980 | Retrieve the registered email address to display on cash account transaction request confirmation page (#178)
-
MMCA-4980 | Add email argument to unit tests
-
MMCA-4980 | Update en/cy messages to use dynamic email arg
-
MMCA-4980 | Retrieve email from customsDataStoreConnector
-
MMCA-4980 | Pass email arg to the view for dynamic display
-
MMCA-4980 | Rename checkDatesAndRedirect method to improve clarity
-
MMCA-4980 | Adjust unit test to use emptyString for email in error scenario
-
MMCA-4980 | Fix typo in log messages from 'filed' to 'Failed'
-
MMCA-4980 | Trigger pipe again
-
MMCA-4980 | Refactor to hide email section when email is not present
-
MMCA-4980 | Add unit test for UndeliverableEmail & switch to checking by ID
-
MMCA-4980 | Return Left instead of Right for error scenario
-
MMCA-4980 | Change to return Right(Email(emptyString))