Additional module for Sage Pay Suite Hyvä React Checkout

Installation Guide

This guide is for installing the compatibility module Opayo GraphQL integration for Sage Pay Suite Hyvä Checkout.

Please note that we highly recommend composer installation.

Please remember before perform an update/install make a backup, execute it a in a secure/test environment, and put Mangento into maintenance mode.

Prerequisites:

Composer Installation

1. Run this command on Magento's root dir:
composer config repositories.ebizmarts composer https://packages.ebizmarts.com

2. Run this command on Magento's root dir. Contact us to get your access token.
composer config http-basic.gitlab.ebizmarts.com token your_token

3. Run this command to get the module.

composer require ebizmarts/sagepaysuitegraphql

Note: If is the first module you install via composer probably magento will also ask for Magento authentication keys. You can read how obtain your keys HERE.

        If you are asked for username and password during the composer require procedure, use "token" as username and your_token as password.


4. Run this command to install the module

bin/magento setup:upgrade

5. Finally you should re-compile your site after you install the module with the command:

bin/magento setup:di:compile

Token expired and causing problem when running composer update

    If your token expired and it's causing problems when you run composer update. You can renew your support to get a new token or simply run composer config --unset repositories.ebizmarts