-
Notifications
You must be signed in to change notification settings - Fork 25
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
[#IOCOM-584] SEND routing to F24 download and retry management #1066
Conversation
Jira Pull Request LinkThis Pull Request refers to the following Jira issue IOCOM-584 |
description: Returns the AppIo user activation status | ||
- AppIO-PN-Payments | ||
summary: Download allegato per pagamento | ||
operationId: getReceivedNotificationAttachment |
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.
may we use something with "payment" ?
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
/azp run |
No pipelines are associated with this pull request. |
List of Changes
Added new types and routing for SEND F24 download.
Added headers to response.
Fixed some code.
Motivation and Context
SEND exposes the download of F24 on a different endpoint than attachments. We need to silently reroute this Remote Content call to keep it on one path.
How Has This Been Tested?
build
test
lint
Screenshots (if appropriate):
Types of changes