-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[fix] typo in method name _exportAddress[s]es #15275
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
[fix] typo in method name _exportAddress[s]es #15275
Conversation
Hi @miguelbalparda, thank you for the review. |
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.
Protected methods cannot be removed, please check https://devdocs.magento.com/guides/v2.2/contributor-guide/backward-compatible-development/index.html
@miguelbalparda I've added the deprecated notice in commit: 1a0c8e5 |
Hi @DanielRuf, I saw you approved quite a few PRs. We try to reserve this for maintainers, in the future feel free to add +1 or emoji answers instead of that. Thanks! |
Ok, understood. Did not know this. Sorry. |
Hi @miguelbalparda, thank you for the review. |
Hi @mhauri. Thank you for your contribution. Please, consider porting this solution across release lines. |
Description
Method name
\Magento\Paypal\Model\Api\Nvp::_exportAddressses
contained typoRenamed it to
_exportAddresses
.Contribution checklist