payplug/payplug-magento-hyva-checkout

Hyvä Checkout Compatibility module for Payplug_Payments

Maintainers

Package info

github.com/payplug/magento-hyva-checkout

Language:HTML

Type:magento2-module

pkg:composer/payplug/payplug-magento-hyva-checkout

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

4.0.0 2026-06-01 15:15 UTC

This package is not auto-updated.

Last update: 2026-06-05 13:17:35 UTC


README

Official compatibility module of Magento 2 Payplug module for Hyvä Checkout.

If you also use Hyvä Theme, you will need to install the specific https://github.com/payplug/magento-hyva-theme module.

About Payplug

Payplug is a French omnichannel payment solution dedicated to small and medium-sized businesses and enabling the cashing of payments made via Visa, Mastercard, and CB credit cards. 15,000 merchants in Europe trust us daily.

Please refer to https://www.payplug.com/fr for more informations.

Requirements

In order to work, this module requires a Hyvä Checkout licence.

Please refer to https://docs.hyva.io for more instructions.

Installation

1 - Install the payplug-magento-hyva module via composer:

composer require payplug/payplug-magento-hyva-checkout

2 - Enable module:

bin/magento module:enable Payplug_PaymentsHyvaCheckout
bin/magento setup:upgrade

3 - Generate Tailwind CSS styles:

# Register module to Hyvä Tailwind config
bin/magento hyva:config:generate

# Replace path by the Hyvä default theme
cd vendor/hyva-themes/magento2-default-theme/web/tailwind/
# Or replace path by your Hyvä custom theme if you have one
cd path/to/project/app/design/frontend/Vendor/default/web/tailwind

# Switch to the good Node.js version
nvm use

# Install dependencies
nvm i

# Compile Tailwind CSS file
npm run build