-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug | Fix code for cancelling an EP in BGS (#15093)
Connects #14912 ### Description When cancelling a claim, the ruby-bgs method has hardcoded values for the payee_code and benefit_type arguments. This is causing an error when cancelling a claim if the values for the claim don't match the hardcoded values. ### Acceptance Criteria - [x] Update ruby-bgs repo to accept arguments for these fields, and set the current data as the default value - [x] payee_code: "00" - [x] benefit_type: "1" - [x] Update `BGSService.cancel_end_product to accept these arguments` - [x] Update the EndProductEstablishment model to send these arguments based on the EPEs data in the `cancel!` method. - [x] Add a test that we're sending these arguments to BGSService
- Loading branch information
Showing
6 changed files
with
50 additions
and
7 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
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