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

Add settlements by id endpoint #69

Merged
merged 4 commits into from
Apr 11, 2023

Conversation

VuorelaJ-P
Copy link
Contributor

Description

Method for /settlements/:id/payments/report is missing, add method to said endpoint.


class ReportBySettlementRequest implements \JsonSerializable
{
use ObjectPropertyConverter;
Copy link
Collaborator

Choose a reason for hiding this comment

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

is this ObjectPropertyConverter trait usage needed here? it may be used for the jsonSerialize method, similar in other requests, but seems not used in this class

Copy link
Contributor Author

Choose a reason for hiding this comment

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

True, it's used only in few of the Models, but loaded in almost every one. Will remove, and from other models don't need that as well.

@loueranta-paytrail loueranta-paytrail merged commit 1f2f70f into master Apr 11, 2023
@loueranta-paytrail loueranta-paytrail deleted the addReportBySettlementIdEndpoint branch April 11, 2023 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants