-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Api 24835 526 v2 section 8 direct deposit information validation (#12818
) * RSpec stes written and validation methods added, waiting on some feedback on questions to continue * Updates schema for discussion in stand up * Updates and validation, leaving in place until standup discussion * Adds direct deposit validation - section 8 API-24835 * Adds validataion for direct deposit elements * Updates 526.json schema file and related files to ensure correct validations * Updates rswag docs with update schema * Adds RSpec tests for validations Changes to be committed: modified: modules/claims_api/app/controllers/concerns/claims_api/v2/disability_compensation_validation.rb modified: modules/claims_api/app/swagger/claims_api/v2/dev/swagger.json modified: modules/claims_api/config/schemas/v2/526.json modified: modules/claims_api/config/schemas/v2/request_bodies/disability_compensation/example.json modified: modules/claims_api/config/schemas/v2/request_bodies/disability_compensation/request.json modified: modules/claims_api/spec/fixtures/v2/veterans/disability_compensation/form_526_json_api.json modified: modules/claims_api/spec/requests/v2/veterans/disability_compensation_request_spec.rb modified: spec/support/schemas/claims_api/v2/forms/disability/submission.json * Fixing my Gemfile.lock include * Rollbacks incorrect inclusions when fixing merge conflict * Merges master, tests running green, ran swager compile * Refactors validation file, strengthens tests up * Fixes strings being passed into the error raised * Updates test value so it matches a valid account number * Fixes account number REGEX after latest merge test was red, tests green and in original state,updates swagger and all related json files * Refactoring in validation file to make check more rebust and give better name to deposit error method
- Loading branch information
1 parent
ff9a784
commit 3220939
Showing
9 changed files
with
552 additions
and
120 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
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
Oops, something went wrong.