Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.96 KB

File metadata and controls

62 lines (45 loc) · 1.96 KB

Mondu_MonduPaymentHyva

This module provides Hyvä Checkout compatibility for the official Mondu payment module (Mondu_Mondu) in Magento 2.

Requirements

Installation via Composer (Recommended)

composer require mondu/magento2-hyva-payment

This module depends on Hyvä Checkout, which in turn requires Hyvä Theme. During installation, you will be prompted to authenticate with Hyvä’s private GitLab repository.

Refer to the official documentation for setup instructions:

Magento Admin Configuration

1. Enable Hyvä Theme

Ensure Hyvä Default is enabled under:
Content → Design → Configuration

2. Configure Hyvä Checkout

Navigate to:
Stores → Configuration → Hyvä Themes → Checkout → General → Checkout
Set to Hyvä Default

3. Configure Mondu Payment

Navigate to:
Stores → Configuration → Sales → Payment Methods → Mondu

  • Enter your API key
  • Enable required Mondu payment methods

Manual Installation

To install this module manually:

  1. Download the latest release from the GitHub repository:
    https://github.com/mondu-ai/magento2-hyva-checkout
  2. Unzip the archive.
  3. Create the directory:
    app/code/Mondu/MonduPaymentHyva
  4. Copy the extracted files into the created directory.
  5. Run Magento commands:
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy
    php bin/magento cache:flush