Skip to content

Moved Config.php out to AbstractConfig to make code DRY and help extn… #1635

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

Closed
wants to merge 1 commit into from
Closed

Conversation

birchestx
Copy link

This change follows what has been done with Config.php in Ups implementation, which looks most correct to me.

I've not done the DHL carrier, this could be done but involves more changes as one of the config files looks at the carrier file, so have left for now.

All shipping extensions have different switches going on in the system.xml, if we can pull this out it makes it easier for extn developers (less duplicate code). To be clear there is no bug here, this is just a suggested improvement

* @return array
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
*/
function getCodes();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make all public methods explicitly public or better to remove this method from interface

@birchestx
Copy link
Author

Good point, will do.

@birchestx birchestx closed this Aug 10, 2015
okorshenko pushed a commit that referenced this pull request Oct 27, 2017
Public Pull Requests

#11607 [Backport 2.2-develop] Fix AcountManagementTest unit test fail randomly by @adrian-martinez-interactiv4
#11757 Fix #11729 - negative value in excel export [M2.2] by @hauso
#11410 "Ignore this notification" isn't working by @crissanclick
#11610 FR#6891_22 Add-to-cart checkbox still visible when = false by @mrodespin

Fixed Public Issues

#11729 Exported Excel with negative number can't be opened by MS Office
#11365 "Ignore this notification" isn't working
#6891 Add-to-cart checkbox still visible when $canItemsAddToCart = false
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.

2 participants