-
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
V2.x 4729 merge v1.x #53
Conversation
4698 new method for generating payment confirmation
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.
Nice 👍
src/Service/ApiServiceInterface.php
Outdated
* | ||
* @throws ApiException if payment is not paid yet | ||
*/ | ||
public function generatePaymentConfirmationPdf(Identifier $uid, LanguageCode $languageCode = null); |
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.
I recommend using of return types in 2.x vesion as much as you can.
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.
As well as parameters.
@AlexKratky promin za spam notifikace, myslel jsem ve stylu automatu a zapomel ze mas dovcu. |
5f84abd
to
8764a11
Compare
8764a11
to
78e018a
Compare
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.
👏
https://redmine.havelholding.cz/issues/4729
Basically same change as: #52, with resolved merge conflict and updates logic using PSR HTTP client and new version of phpunit.