greenbeanpay/magento2-module

GreenBean Pay integration

Installs: 175

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.14 2022-01-03 12:01 UTC

This package is not auto-updated.

Last update: 2024-04-18 06:24:57 UTC


README

Magento 2.3 | 2.4

PHP 7.1 | 7.2 | 7.3 | 7.4

Installation

Installation via Composer

composer require greenbeanpay/magento2-module

Manual Installation

Deploy files into Magento2 folder app/code/Gbp/GreenBeanPay/

Enable Extension

  • enable the module: php bin/magento module:enable Gbp_GreenBeanPay
  • to make sure that the module is properly registered, run
    • php bin/magento setup:upgrade
    • php bin/magento setup:di:compile
    • php bin/magento setup:static-content:deploy

Module Configuration

  1. Login into Magento 2 Admin Panel
  2. Go to Stores > Configuration > Sales > Payment Methods
  3. Configure the module in Green Bean Pay section:
    • set Enabled field to Yes
    • enter merchant login and password
    • specify method description (optional)
    • set sort order value (optional) Module Configuration
  4. Click Save Config button at the top