Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move setting up of ASSISTED_DIGITAL flag in AASM machine #533

Merged
merged 2 commits into from
Oct 25, 2019

Commits on Oct 24, 2019

  1. Move setting up of ASSISTED_DIGITAL flag in AASM machine

    Solve: https://eaflood.atlassian.net/browse/RUBY-718
    
    We used the `RenewalCompletionService` to setup the metaData route of the transient_registration to the correct application-level configuration of `ASSISTED_DIGITAL` vs `DIGITAL`.
    This was causing some registration to be incorrectly flagged as `ASSISTED_DIGITAL`, because the same service is run in the back-office application when a conviction check or payment check have been completed.
    In order to make sure that we only flag the registration at the end of the forms workflow, we have moved the setting from the Service to the workflow AASM state machine.
    cintamani committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    317fa23 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Configuration menu
    Copy the full SHA
    2524952 View commit details
    Browse the repository at this point in the history