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.
Install this package via composer:
composer require loki-checkout/magento2-paypal-express
Next, enable this module:
bin/magento module:enable LokiCheckout_PaypalExpress
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.
For getting support, create an Issue under the following project URL:
https://github.com/LokiCheckout/LokiCheckout_PaypalExpress
The following LokiComponents are created or references in this module:
loki-checkout.payment.methods.paypal_express.form
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
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
| 1.0.4 | 07 December 2025 |
| 1.0.3 | 07 December 2025 |
| 1.0.2 | 07 December 2025 |
| 1.0.1 | 07 December 2025 |
| 1.0.0 | 07 December 2025 |
Yireo_Loki* to Loki*yireo/magento2-loki* to loki/magento2*