altapay/magento2-hyva-checkout

AltaPay for Hyvä Checkout

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Language:CSS

Type:magento2-module

1.0.0 2025-02-26 05:40 UTC

This package is not auto-updated.

Last update: 2025-04-06 06:36:25 UTC


README

AltaPay integration with the Hyvä Checkout, allowing merchants to accept secure payments easily.

Prerequisites

This module relies on the following components:

Installation

Follow these steps to install and configure AltaPay for Hyvä Checkout in your Magento store:

  1. Run the following command in the Magento 2 root folder to install the module:
composer require altapay/magento2-hyva-checkout
  1. Enable the module:
php bin/magento module:enable Altapay_HyvaCheckout
  1. Upgrade the setup:
php bin/magento setup:upgrade
  1. Generate Hyvä configuration:
php bin/magento hyva:config:generate
  1. Build Tailwind CSS for Hyvä themes:
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ run ci
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ run build-prod

Or from your custom theme:

npm --prefix app/design/frontend/<Vendor>/<Theme>/web/tailwind run ci
npm --prefix app/design/frontend/<Vendor>/<Theme>/web/tailwind run build-prod

Changelog

See Changelog for all the release notes.

License

Distributed under the MIT License. See LICENSE for more information.

Documentation

For more details please see docs