Type
magento2-module
Integrate PostNL with Klarna Checkout module
magento2-module
Apache-2.0
None
None
None
None
None
The Klarna_KcoPostnl Add-On module adds support for the tig/postnl-magento2 PostNL module to Klarna Checkout in Magento 2.x.
To use this module you must: * Have an account with Klarna * "Purchase" and install the Klarna Checkout for M2 module from the Magento Marketplace. * Have an account with PostNL
NOTE: Installing this module will also install the PostNL module for M2 provided by TIG locked at a specific, supported version.
The Klarna_KcoPostnl module:
Klarna\KcoCore\Model\Api\Builder::setRequest
to add an attachment for the Klarna Checkout API to pass EMD data (See https://developers.klarna.com/api/#payments-api__attachment__body__other_delivery_address)You can find the list of dependencies for the Klarna_KcoPostnl module in the require
section of the composer.json
file located in the same directory as this README.md
file.
NOTE: Due to frequent changes in the tig/postnl-magento2 module that break Klarna Checkout support, we lock to a specific version of that module. We will review and update to newer versions of tig/postnl-magento2 on a regular basis but there may be delays from their release until our support for it.
The Klarna_KcoPostnl module does not provide any specific extension points. You can extend it using the Magento extension mechanism.
For more information about Magento extension mechanism, see Magento plug-ins and Magento dependency injection.
For more Magento 2 developer documentation, see Magento 2 Developer Documentation. Also, there you can track backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release.
Bug reports and pull requests are welcome on GitHub at https://github.com/klarna/m2-kco-postnl
Copyright 2018 Klarna Bank AB (publ)
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.