-
Notifications
You must be signed in to change notification settings - Fork 0
feat: P4ADEV-1947 implement persistence for receipt #47
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
feat: P4ADEV-1947 implement persistence for receipt #47
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not implementing the whole logic described in:
https://pagopa.atlassian.net/browse/P4ADEV-1778
Here you are just storing the receipt.
Can you create a new JIRA task to handle:
se esiste cambiare lo stato dell’installment a PAID
se esistono ulteriori payment option:
se il broker necessita di sincronizzazione setta a TO_SYNC gli installment ad essi associati e sync_status_to = INVALID e sync_status_from = lo stato attuale (prima di TO_SYNC)
avvia l’API di workflow hub in base al tipo di integrazione del broker
allineare stati debt position (service DebtPositionHierarchyStatusAlignerServices)
pubblicazione su coda evento RT_RECEIVED
Or create a subtask just for receipt save and change PR name using the new id
src/main/java/it/gov/pagopa/pu/debtpositions/mapper/ReceiptPIIMapper.java
Show resolved
Hide resolved
created subtask P4ADEV-1947 |
|
Description
implement persistence for receipt
List of Changes
implement persistence for receipt
Motivation and Context
support creation of receipt
How Has This Been Tested?
Types of changes
Checklist: