This pull request includes changes related to a version update from 2.1.1 to 2.1.2 for the Paytrail PaymentService module in a Magento project. The changes are mainly associated with updating version numbers in various files, adding a fix for DI configuration, and introducing a new type in the DI configuration file.
Version update:
CHANGELOG.md: Documented the changes in the new version 2.1.2, including a fix for DI configuration.
composer.json: Updated the version number from 2.1.1 to 2.1.2.
etc/module.xml: Updated the setup version from 2.1.1 to 2.1.2.
DI configuration fix:
etc/di.xml: Added a new type Paytrail\PaymentService\Gateway\Config\Config with methodCode as an argument. This change is part of the DI configuration fix mentioned in the CHANGELOG.md.
This pull request includes changes related to a version update from 2.1.1 to 2.1.2 for the Paytrail PaymentService module in a Magento project. The changes are mainly associated with updating version numbers in various files, adding a fix for DI configuration, and introducing a new type in the DI configuration file.
Version update:
CHANGELOG.md
: Documented the changes in the new version 2.1.2, including a fix for DI configuration.composer.json
: Updated the version number from 2.1.1 to 2.1.2.etc/module.xml
: Updated the setup version from 2.1.1 to 2.1.2.DI configuration fix:
etc/di.xml
: Added a new typePaytrail\PaymentService\Gateway\Config\Config
with methodCode as an argument. This change is part of the DI configuration fix mentioned in theCHANGELOG.md
.