vaimo / kustom-module-kec

vaimo/kustom-module-kec

Kustom Express Checkout Magento 2 Extension

magento2-module Compatibility: Not compatible Code Quality: Fail Tests: Fail Security: Pass Apache-2.0

No README yet

The vendor hasn't published a README for this package. The latest version's install command is on the right.

2.0.17 / 2025-06-03

  • PPP-2089 Updated version because of version dependency updates

2.0.16 / 2025-05-21

  • PPP-2055 Compatibility with AC 2.4.8 and PHP 8.4

2.0.15 / 2025-04-23

  • PPP-2060 Updated version because of new dependencies

2.0.14 / 2025-04-03

  • PPP-1796 Add Klarna Express Checkout to mini cart
  • PPP-1860 Simplified repository classes for database abstractions
  • PPP-1994 Fixed case when the postal code which is returned from the Klarna system has spaces
  • PPP-2012 Fix old shipping address showing after changing address when using KEC.

2.0.13 / 2025-03-26

  • PPP-2026 Updated dependencies

2.0.12 / 2025-02-11

  • PPP-1885 Klarna\Kec\Model\Update\Address\Coordinator: Add unit tests
  • PPP-1962 Update order details in Express Checkout orders

2.0.11 / 2025-01-22

  • PPP-1859 Simplified unit tests by using a helper which includes the mocking logic.
  • PPP-1884 Klarna\Kec\Model\Update\Address\LoggedInCustomer\Comparator: Add unit tests
  • PPP-1886 Added unit tests for Klarna\Kec\Model\Session
  • PPP-1887 Added tests for all plugin classes

2.0.10 / 2025-01-14

  • PPP-1958 Increased version because of dependency version change

2.0.9 / 2024-12-03

  • PPP-1858 Splitted Integration tests in tests for the default and website level

2.0.8 / 2024-11-05

  • PPP-1795 Fix Klarna Express Checkout button width on product page

2.0.7 / 2024-10-18

  • PPP-316 Added the suffix *Observer to the observer classes
  • PPP-1706 Refactor Kec/Observer/StopKecWorkflow.php
  • PPP-1714 Simplify composer.json files

2.0.6 / 2024-09-26

  • PPP-1521 Using the store instance to fetch the locale

2.0.5 / 2024-08-30

  • PPP-1640 Added the auth callback

2.0.4 / 2024-08-21

  • PPP-1606 Refactor the Logger/Model/Logger class
  • PPP-1625 Updated phpunit.xml and fixed warnings in the unit tests

2.0.3 / 2024-08-12

  • PPP-1604 Updated the version because of new versions of the dependencies

2.0.2 / 2024-07-26

  • PPP-1553 Make the extension compatible with Adobe Commerce app assurance program requirements
  • PPP-1575 Improve KP performance by using a different approach to place order

2.0.1 / 2024-07-15

  • PPP-1577 Updated version because of new Klarna dependencies

2.0.0 / 2024-06-20

  • PPP-1437 Updated the admin UX and changed internally the API credentials handling

1.0.9 / 2024-07-03

  • PPP-1552 Kec Fix add to cart button misplacement on product page

1.0.8 / 2024-05-30

  • PPP-1494 PPP-1385 Increased version because of new Klarna dependencies

1.0.7 / 2024-04-24

  • PPP-1391 Added support for Adobe Commerce 2.4.7 and PHP 8.3

1.0.6 / 2024-04-11

  • PPP-1385 Increased version because of new Klarna dependencies

1.0.5 / 2024-03-30

  • PPP-1013 Using instead of \Klarna\Base\Helper\ConfigHelper logic from other classes to get back Klarna specific configuration values.

1.0.4 / 2024-03-15

  • PPP-1329 Updated the version because new dependencies are used

1.0.3 / 2024-03-04

  • PPP-1298 Increased the version because of dependency updates

1.0.1 / 2024-02-01

  • PPP-1088 Updated the version because of a dependency change

1.0.0 / 2023-12-22

  • PPP-748 Initial version
Versions
Version Stability QA Status Compatibility Released
2.0.19 stable Fail Not compatible Details 2025-11-10 14:42:37
2.0.18 stable Not tested Not yet tested Details 2025-09-26 14:26:14
2.0.17 stable Not tested Not yet tested Details 2025-09-16 09:31:44

Requires 6

Package Constraint
vaimo/kustom-module-admin-settings ^1
vaimo/kustom-module-base 11.0.*
vaimo/kustom-module-logger 3.0.9
vaimo/kustom-module-payments 10.0.*
magento/framework ^103
php ~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Fail di error Fail di error
2.4.8 Fail di error Fail di error
2.4.9 Fail di error not tested

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge — a phpcs finding can't make a module incompatible.

Static analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

Static analysis results
Tool Status Findings Summary
PHPCS Warning 22 22 warnings (ruleset: Magento2) — 18 auto-fixable with phpcbf
PHPMD Warning 7 7 rule violations (TooManyPublicMethods:5, MissingImport:2)
Cpd Warning 6 6 duplicated chunks spanning 238 total lines (min-lines=5, min-tokens=70)
Composer validate Info 2 valid; 2 advisory notes (composer validate --strict)

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases. Cell → details modal.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 345 345
2.4.8 343 343
2.4.9 343 N/A

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 20 20
2.4.8 20 20
2.4.9 Error Error

Security

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan Pass 0
License
Apache-2.0

More from Vaimo

View vendor
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.