|
|
hace 5 años | |
|---|---|---|
| .. | ||
| Api | hace 5 años | |
| Block | hace 5 años | |
| Gateway | hace 5 años | |
| Model | hace 5 años | |
| Observer | hace 5 años | |
| Plugin | hace 5 años | |
| Setup | hace 5 años | |
| Test | hace 5 años | |
| etc | hace 5 años | |
| view | hace 5 años | |
| BuilderException.php | hace 5 años | |
| CHANGELOG.md | hace 5 años | |
| LICENSE.txt | hace 5 años | |
| NOTICE.txt | hace 5 años | |
| README.md | hace 5 años | |
| composer.json | hace 5 años | |
| registration.php | hace 5 años | |
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.