-
Notifications
You must be signed in to change notification settings - Fork 22
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
identityCardType as new ALU request parameter #13
Conversation
@@ -119,6 +124,16 @@ public function withIdentityCardSeries($identityCardSeries) | |||
} | |||
|
|||
/** | |||
* @param string $identityCardType | |||
* @return $this |
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 guess the return should be Billing
here
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 followed the existing code pattern. The return is the self billing object
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.
Indeed. The existing pattern is bad everywhere. How it is right now works in PHPStorm for autocomplete but other developers might not be that lucky.
I guess it would be better to have a separate task for changing it.
Let's leave it like this for this current pull request.
Please make sure the tests are passing. |
I don't think there is any reason to have the commit 886eefb. Can we revert it? |
This reverts commit 75ea199.
No description provided.