-
Notifications
You must be signed in to change notification settings - Fork 34
MCLOUD-5666: Assign every patch to modules it changes #34
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
Conversation
| @@ -0,0 +1,50 @@ | |||
| <+>UTF-8 | |||
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.
@NadiyaS shouldn't this part be removed from https://github.com/magento/magento-cloud-patches/blob/7beeb00e34d607471c527b00cfe9d0803fbac04c/patches/MAGETWO-53941__fix_enterprise_paypal_codes__100.1.6.patch as you separated it?
Also, why we started adding encoding into patches? Never seen UTF-8 in patches before.
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.
@YPyltiai thank you for pointing this out. I did not push that commit where I removed this and updates in the patch for PP
|
QA Approved |
Description
Assign patches for PayPal, Braintree and Authorize.net to appropriate Magento modules
Fixed Issues (if relevant)
Manual testing scenarios
There are 4 patches were unassigned from magento/magento2-base and assigned to modules they change:
A MAGETWO-53941__fix_enterprise_paypal_codes__100.1.6.patch for module-paypal
B. MC-31387__fix_paypal_issue_with_region__100.3.4.patch for module-paypal
C. MAGETWO-98129__transaction_field_is_removed_by_authorize_net__100.2.0.patch for module-autorizenet
D. MAGETWO-53941__fix_enterprise_braintree_code__100.1.6.patch for module-braintree
2.1.8, 2.2.0, 2.3.4
Contribution checklist
releasenotes
Updated patch assignment for payment method patches to target the payment modules instead of the Magento base package (
magento/magento2-base) so that the payment patches are applied only if the payment modules exist.