|
|
před 5 roky | |
|---|---|---|
| .. | ||
| Api | před 5 roky | |
| Block | před 5 roky | |
| Gateway | před 5 roky | |
| Model | před 5 roky | |
| Observer | před 5 roky | |
| Plugin | před 5 roky | |
| Setup | před 5 roky | |
| Test | před 5 roky | |
| etc | před 5 roky | |
| view | před 5 roky | |
| BuilderException.php | před 5 roky | |
| CHANGELOG.md | před 5 roky | |
| LICENSE.txt | před 5 roky | |
| NOTICE.txt | před 5 roky | |
| README.md | před 5 roky | |
| composer.json | před 5 roky | |
| registration.php | před 5 roky | |
The Klarna_Kp module implements the integration with the Klarna Payments payment gateway and makes the latter available as a payment method in Magento.
The Klarna_Kp module:
Magento\Payment\Helper\Data::getPaymentMethods and getMethodInstance to add dynamic payment methods from the Klarna Payments APIMagento\Checkout\Block\Checkout\LayoutProcessor::process to inject checkout specific configuration valuesKlarna\Ordermanagement\Controller\Api\Notification::setOrderStatus to replace the payment method with "klarna_kp" if the payment method is one of the dynamically generated ones from KlarnaMagento\Vault\Plugin\PaymentVaultConfigurationProcess to adjust the sortOrder such that it runs after the Klarna pluginspayment_method_assign_data event to associated additional information with an order's paymentYou can find the list of modules that have dependencies on Klarna_Kp module, in the require section of the composer.json file located in the same directory as this README.md file.
The Klarna_Kp 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.