scalapay / scalapay-magento-2-hyva-adapter
Adapter module for Hyvä Checkout and scalapay/scalapay-magento-2 module
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Type:magento2-module
pkg:composer/scalapay/scalapay-magento-2-hyva-adapter
Requires
- php: >=8.1
- hyva-themes/magento2-compat-module-fallback: *
- hyva-themes/magento2-hyva-checkout: ^1.3.0
- scalapay/scalapay-magento-2: *
This package is auto-updated.
Last update: 2025-11-21 16:06:59 UTC
README
Introduction
This module acts as an adapter layer between Hyvä Checkout and the Scalapay_Scalapay module, ensuring full compatibility and smooth integration.
System Requirements
- Magento 2.4.5 or greater
- Hyvä Theme 1.3.12 or greater
- Hyvä Checkout 1.3.0 or greater
- PHP 8.1 or greater
Installation
- Login via SSH into your server
- Go to the Magento root
- Enable maintenance mode by running
php bin/magento maintenance:enable - Download the module by running
composer require scalapay/scalapay-magento-2-hyva-adapter - Enable the module by running
php bin/magento module:enable Scalapay_Hyva - Apply database updates by running
php bin/magento setup:upgrade - Deploy the static content by running
php bin/magento setup:static-content:deploy - Compile the source by running
php bin/magento setup:di:compile - Clear the cache by running
php bin/magento cache:clean - Disable maintenance mode by running
php bin/magento maintenance:disable