payplug/payplug-magento-hyva

Hyvä Compatibility module for Payplug_Payments

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 3

Language:HTML

Type:magento2-module

pkg:composer/payplug/payplug-magento-hyva

2.0.2 2025-09-30 12:27 UTC

This package is auto-updated.

Last update: 2025-10-08 14:12:04 UTC


README

Hyvä Compatibility module for Payplug_Payments

Installation

Via packagist.com

Hyvä Compatibility modules that are tagged as stable can be installed using composer via packagist.com (accessible for all Hyvä Checkout licensees):

  1. Install via composer
    composer require payplug/payplug-magento-hyva
    
  2. Enable module
    bin/magento setup:upgrade
    bin/magento hyva:config:generate
    
    #you need to run following command only in production mode 
    ./bin/magento setup:di:compile
    ./bin/magento setup:static-content:deploy --force fr_FR it_IT en_US
    ./bin/magento cache:clean
    

Via gitlab

For development of or to contribute to this module, it needs to be installed using composer via gitlab. This installation method is not suited for deployments, because gitlab requires SSH key authorization.

  1. Install Hyva Theme and all dependencies via composer If this is the first time a compatibility module is installed via gitlab, the compat-module-fallback git repository has to be added as a composer repository. This step is only required once.

    composer config repositories.hyva-themes/magento2-theme-module git git@gitlab.hyva.io:hyva-themes/magento2-theme-module.git
    composer config repositories.hyva-themes/magento2-reset-theme git git@gitlab.hyva.io:hyva-themes/magento2-reset-theme.git
    composer config repositories.hyva-themes/magento2-email-module git git@gitlab.hyva.io:hyva-themes/magento2-email-module.git
    composer config repositories.hyva-themes/magento2-default-theme git git@gitlab.hyva.io:hyva-themes/magento2-default-theme.git
    composer config repositories.hyva-themes/magento2-hyva-checkout-payplug git git@gitlab.hyva.io:hyva-themes/magento2-hyva-checkout-payplug
    
  2. Install Payplug Hyva Checkout

    composer require hyva-themes/magento2-hyva-checkout-payplug --prefer-source
    
    
  3. Enable module

    ./bin/magento setup:upgrade
    ./bin/magento hyva:config:generate
    ./bin/magento setup:di:compile
    ./bin/magento setup:static-content:deploy --force fr_FR it_IT en_US
    ./bin/magento cache:clean