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

Add 'are you sure?' screen when paying by bank transfer #820

Merged
merged 3 commits into from
Apr 30, 2020

Commits on Apr 30, 2020

  1. Add 'are you sure?' screen when paying by bank transfer

    https://eaflood.atlassian.net/browse/RUBY-1004
    
    Users are confused by the current bank transfer flow. An 'are you sure?' page has been added to help users pay by bank transfer.
    
    This replaces the existing bank transfer information page. All details for how to pay by bank transfer will be moved to the page at the end of the journey as part of RUBY-1005.
    
    This only applies to the new registration and renewals journey. Edit and ordering copy cards are not affected.
    irisfaraway committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    288c0aa View commit details
    Browse the repository at this point in the history
  2. Rename BankTransferForm to ConfirmBankTransferForm

    Also stop the CopyCardsBankTransferForm from inheriting, since it will no longer have the same delegated attribute.
    irisfaraway committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    e594b71 View commit details
    Browse the repository at this point in the history
  3. Update page content

    irisfaraway committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    d5f87e0 View commit details
    Browse the repository at this point in the history