-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ProlongTokenWizard properly handles draft and submission event
Deleted the listener to the reopen event. When the reopen event, it means that the authorization_request is a draft and it should not update the prolong_token_wizard to its "updates_requested" state. On a reopening, with a submit event, if there is a prolong_token_wizard expecting for update (ig. its status is "requires_update") then we should update its status to "updates_requested".
- Loading branch information
Showing
4 changed files
with
40 additions
and
81 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
19 changes: 0 additions & 19 deletions
19
app/interactors/datapass_webhook/reopen_authorization_request.rb
This file was deleted.
Oops, something went wrong.
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
62 changes: 0 additions & 62 deletions
62
spec/interactors/datapass_webhook/reopen_authorization_request_spec.rb
This file was deleted.
Oops, something went wrong.