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

API - Modify order of assigning DB2 MHR number until after pay api request #18214

Closed
mstanton1 opened this issue Oct 17, 2023 · 2 comments
Closed
Assignees
Labels

Comments

@mstanton1
Copy link
Collaborator

mstanton1 commented Oct 17, 2023

In MHR currently the DB2 MHR number is assigned prior to the pay api request. As a result, if the pay api request fails the MHR number that was used in the request is skipped over. Staff have identified concerns with skipping numbers in the decal sequence, and the costs associated with purchasing decals that may need to be shred. This is to request the order be modified so that the DB2 MHR number is requested after the pay api request.

Developer Note:

  1. Update new MH registration transaction management to request the next MHR number after a successful payment request.
  2. Allow staff post-migration to manually enter an MHR number when creating a new MH registration. The MHR number must be both less than the existing maximum MHR number and not already used. This enhancement will allow staff to retroactively fill a gap in the MHR number sequence if one is detected.

To test, verify create registration still works for:

  • New MH registrations
  • Transfers
  • Notes
  • Cancel Notes
  • Exemptions
@chdivyareddy
Copy link
Collaborator

Transfers and Exemption submission is currently being blocked in DEV, will verify those flows once the fix is in DEV.

@chdivyareddy
Copy link
Collaborator

All the registration filings listed above works in DEV.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants