LokiCheckout_PaypalExpress
This Magento 2 module is an add-on package to the LokiCheckout. It adds compatibility for the Magento_Paypal module its PayPal Express payment method.
Installation
Install this package via composer:
composer require loki-checkout/magento2-paypal-express
Next, enable this module:
bin/magento module:enable LokiCheckout_PaypalExpress
Usage
Under Luma, this module brings the same functionality as in the regular Luma Checkout.
The PayPal Review page is currently not styled under Hyva. Enable the module Hyva_ThemeFallback and configure the URL paypal/express/review/ to be served via a Luma theme.
Support
For getting support, create an Issue under the following project URL:
https://github.com/LokiCheckout/LokiCheckout_PaypalExpress
Loki Components
The following LokiComponents are created or references in this module:
loki-checkout.payment.methods.paypal_express.form
Module Dependencies
The following dependencies are declared in the module its `etc/module.xml` file:
LokiCheckout_Core
Loki_Base
Loki_Components
Loki_CssUtils
Loki_FieldComponents
Loki_MapComponents
Magento_Backend
Magento_Catalog
Magento_Checkout
Magento_CheckoutAgreements
Magento_Config
Magento_Customer
Magento_Directory
Magento_Eav
Magento_Newsletter
Magento_Payment
Magento_Paypal
Magento_Quote
Magento_Sales
Magento_Shipping
Magento_Store
Magento_Vault
Yireo_CspUtilities
Yireo_HyvaThemeAutoRegistration
Composer details
LokiCheckout_PaypalExpressloki-checkout/magento2-paypal-express
magento/framework: ^103.0
magento/module-paypal: ^101.0
magento/module-store: ^101.1
loki-checkout/magento2-core: ^2.0
loki/magento2-components: ^2.0
Releases
| 1.0.4 | 12 June 2026 |
| 1.0.3 | 12 June 2026 |
| 1.0.2 | 12 June 2026 |
| 1.0.1 | 12 June 2026 |
| 1.0.0 | 12 June 2026 |
Changelog
[1.0.4] - 24 September 2025
Fixed
- Change containers into blocks to allow for caching
- Rename loki-components container to loki.components
[1.0.3] - 02 September 2025
Fixed
- Change loki-checkout.payment.payment-methods to loki-checkout.payment.methods
[1.0.2] - 28 August 2025
Fixed
- Add CI files
- Replace yireo/opensearch with yireo/opensearch-dummy in Gitlab CI
[1.0.1] - 21 August 2025
Fixed
- Replace LokiComponentsUtilBlockCssClass with LokiCssUtilsUtilCssClass
- Fix newlines after comments
- Add escaping of template code
- Document latest version of template
[1.0.0] - 22 July 2025
Fixed
- Rename PHP namespace from
Yireo_Loki*toLoki* - Rename composer package from
yireo/magento2-loki*toloki/magento2* - Bump loki/magento2-components to major 2.0
0.0.1 [8 July 2025]
- Initial release