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

[Forwardport] [TASK] Fix overriding of payment methods in getPaymentMethodList #2

Closed
wants to merge 83 commits into from

Conversation

mzeis
Copy link
Owner

@mzeis mzeis commented May 10, 2018

Original Pull Request

magento#15032
Fixes Issue magento#13460, keeps changes from pull request magento#12284

Description

This fix only sets the value of a group if it doesn't already exist when calling \Magento\Payment\Helper\Data::getPaymentMethodList with parameter $withGroups = true.

Fixed Issues

magento#13460
magento#12284

Manual testing scenarios

  1. Call method \Magento\Payment\Helper\Data::getPaymentMethodList
  2. Value of group e.g. "offline" in $labelValues doesn't get set to null because there are already group-related values such as "checkmo".

slavvka and others added 30 commits April 27, 2018 14:36
…lying an extra cent to the discount amount for
…lying an extra cent to the discount amount for
…e="allowfullscreen">false</var> for mobile device don't work in product view page gallery

Change the type of config variables of values "true" and "false" to type boolean, instead of string.
…late to handle boolean config Variables

Due to changes implemented in the resolution to magento#12285, boolean configuration variables are now properly typed booleans, instead of the strings "true" and "false".

Without this fix applied, config vals that were true were being output in the gallery template javascript as : 1 and values that were false were being output as :

This causes javascript errors for any item that is set to false.
… Gallery Template to handle boolean config Variables magento#15022

 - Merge Pull Request magento#15022 from gwharton/magento2:2.3-develop-15020
 - Merged commits:
   1. 163d4cc
Fixed Travis Build Problems
LordZardeck and others added 27 commits May 8, 2018 17:43
\Magento\Catalog\Block\Product\ListProduct::getAddToCartPostParams incorrectly defined a string return type when in fact it's an array
…n Block class to ensure extensibility of the class. not doing so causes invalid template errors after extending the block class via preference
 - Merge Pull Request magento#15083 from adrian-martinez-interactiv4/magento2:2.3-develop-PR-port-15023
 - Merged commits:
   1. c68b1af
   2. f48135b
   3. 32bd463
…15069

 - Merge Pull Request magento#15069 from adrian-martinez-interactiv4/magento2:2.3-develop-PR-port-14609
 - Merged commits:
   1. 6771f36
   2. 79b74b6
   3. 4276a24
… to array magento#15073

 - Merge Pull Request magento#15073 from adrian-martinez-interactiv4/magento2:2.3-develop-PR-port-14876
 - Merged commits:
   1. a132f54
…gento#15075

 - Merge Pull Request magento#15075 from adrian-martinez-interactiv4/magento2:2.3-develop-PR-port-14896
 - Merged commits:
   1. 361d576
 - Merge Pull Request magento#15078 from adrian-martinez-interactiv4/magento2:2.3-develop-PR-port-14928
 - Merged commits:
   1. 435650b
…stead of using template/path i… magento#15081

 - Merge Pull Request magento#15081 from adrian-martinez-interactiv4/magento2:2.3-develop-PR-port-14946
 - Merged commits:
   1. 44a1f2b
Accepted Public Pull Requests:
 - magento#15051: [Forwardport] Add statement to 'beforeSave' method to allow app:config:import (by @rogyar)
 - magento#15034: [Forwardport] fix: set message-success in setup if we already have the latest version (by @DanielRuf)
 - magento#15022: [2.3-develop] [ForwardPort] Port of magento#15020 Update Gallery Template to handle boolean config Variables (by @gwharton)
 - magento#15021: [2.3-develop] [ForwardPort] Port of magento#12285 The option <var name="allowfullscreen">false</var> for mobile device don't work in product view page gallery (by @gwharton)
 - magento#15081: [Forwardport] use "Module_Name::template/path" format instead of using template/path i� (by @adrian-martinez-interactiv4)
 - magento#15078: [Forwardport] Removed extra close tag (by @adrian-martinez-interactiv4)
 - magento#15075: [Forwardport] Removed extra spaces from language file (by @adrian-martinez-interactiv4)
 - magento#15073: [Forwardport] Changed return type of addToCartPostParams to array (by @adrian-martinez-interactiv4)
 - magento#15069: [Forwardport] Code cleanup, add more visibility (by @adrian-martinez-interactiv4)
 - magento#15083: [Forwardport] Fixed typos in .less files (by @adrian-martinez-interactiv4)
 - magento#15050: [Forwardport] Duplicate Order Confirmation Emails for PayPal Express checkout (by @rogyar)


Fixed GitHub Issues:
 - magento#12285: The option <var name="allowfullscreen">false</var> for mobile device don't work in product view page gallery (reported by @novakivskiy) has been fixed in magento#15022 by @gwharton in 2.3-develop branch
   Related commits:
     1. 163d4cc

 - magento#15009: [2.2.4] Gallery theme variables being ignored (reported by @gwharton) has been fixed in magento#15022 by @gwharton in 2.3-develop branch
   Related commits:
     1. 163d4cc

 - magento#12285: The option <var name="allowfullscreen">false</var> for mobile device don't work in product view page gallery (reported by @novakivskiy) has been fixed in magento#15021 by @gwharton in 2.3-develop branch
   Related commits:
     1. 435b165
     2. 4113f26
     3. c0b9e8f
     4. 05b1512
     5. 2701a4f
Fixed issues:
- MAGETWO-90144 [Forwardport] Fixed amount discount for whole cart applying an extra cent to the discount amount for
- MAGETWO-90310 [Magento Cloud] - PayPal pop up does not work with virtual product (gift card)
- MAGETWO-90313 Import existing customer with only three columns will override customer group_id and store_id
Fixed issues:
- DEVOPS-232 Static Testing in Jenkins
@mzeis mzeis force-pushed the 2.3-develop-PR-port-15032 branch from adcd71b to ce811f9 Compare May 10, 2018 09:04
@mzeis mzeis closed this May 10, 2018
@mzeis mzeis deleted the 2.3-develop-PR-port-15032 branch May 10, 2018 13:55
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.