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

feat: [PagoPA-1741] - get pdf receipt #60

Merged
merged 20 commits into from
May 20, 2024
Merged

Conversation

alessio-acitelli
Copy link
Collaborator

@alessio-acitelli alessio-acitelli commented May 16, 2024

depends on: INFRA

List of Changes

  • added API for retrieving the receipt in pdf format

Motivation and Context

  • business request

How Has This Been Tested?

  • manual and junit tests

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@alessio-acitelli alessio-acitelli marked this pull request as ready for review May 16, 2024 15:04
@alessio-acitelli alessio-acitelli requested a review from a team as a code owner May 16, 2024 15:04
@@ -34,6 +34,7 @@ public class BizEvent {
private PaymentInfo paymentInfo;
private List<Transfer> transferList;
private TransactionDetails transactionDetails;
private Long timestamp;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove it

@pasqualespica pasqualespica self-requested a review May 20, 2024 09:14
Copy link
Contributor

@pasqualespica pasqualespica left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great work 🚀

Copy link

@pasqualespica pasqualespica merged commit cacf500 into main May 20, 2024
13 of 16 checks passed
@pasqualespica pasqualespica deleted the PAGOPA-1741-get-pdf branch May 20, 2024 09:15
Copy link

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.

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

Successfully merging this pull request may close these issues.

3 participants