-
Notifications
You must be signed in to change notification settings - Fork 0
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
[PRDP-289] feat: add failed cart recovery #49
Conversation
…covery' into PRDP-289-feat-add-failed-cart-recovery
…covery' into PRDP-289-feat-add-failed-cart-recovery # Conflicts: # src/main/java/it/gov/pagopa/receipt/pdf/helpdesk/RecoverFailedCart.java # src/test/java/it/gov/pagopa/receipt/pdf/helpdesk/RecoverFailedReceiptTest.java # src/test/java/it/gov/pagopa/receipt/pdf/helpdesk/utils/BizEventToReceiptUtilsTest.java
…e and scheduled. Updated RecoverFailedCartTest
…e and scheduled. Updated RecoverFailedCartTest
…covery' into PRDP-289-feat-add-failed-cart-recovery # Conflicts: # src/main/java/it/gov/pagopa/receipt/pdf/helpdesk/RecoverFailedCartMassive.java # src/main/java/it/gov/pagopa/receipt/pdf/helpdesk/RecoverFailedCartScheduled.java # src/main/java/it/gov/pagopa/receipt/pdf/helpdesk/client/BizEventCosmosClient.java # src/main/java/it/gov/pagopa/receipt/pdf/helpdesk/client/impl/BizEventCosmosClientImpl.java # src/main/java/it/gov/pagopa/receipt/pdf/helpdesk/entity/cart/CartForReceipt.java # src/main/java/it/gov/pagopa/receipt/pdf/helpdesk/entity/receipt/Receipt.java # src/main/java/it/gov/pagopa/receipt/pdf/helpdesk/exception/CartNotFoundException.java # src/main/java/it/gov/pagopa/receipt/pdf/helpdesk/service/BizEventToReceiptService.java # src/main/java/it/gov/pagopa/receipt/pdf/helpdesk/service/impl/BizEventToReceiptServiceImpl.java # src/test/java/it/gov/pagopa/receipt/pdf/helpdesk/RecoverFailedCartTest.java # src/test/java/it/gov/pagopa/receipt/pdf/helpdesk/service/impl/BizEventToReceiptServiceImplTest.java
…t of cart based receipts
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 23 New issues |
…t of cart based receipts
openapi/openapi.json
Outdated
@@ -886,6 +895,241 @@ | |||
} | |||
] | |||
}, | |||
"/cart/{cart-id}/recover-failed": { |
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.
typo carts
This PR exceeds the recommended size of 400 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Comment this PR with update_code to update |
🔝 |
List of Changes
Motivation and Context
https://pagopa.atlassian.net/browse/PRDP-289
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: