cardgate / magento2
CardGate Module for Magento 2
Installs: 8 539
Dependents: 0
Suggesters: 0
Security: 1
Stars: 6
Watchers: 3
Forks: 8
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.2
- cardgate/cardgate-clientlib-php: >=1.1.17
- dev-master
- 2.0.55
- 2.0.54
- 2.0.53
- 2.0.52
- 2.0.51
- 2.0.50
- 2.0.49
- 2.0.48
- 2.0.47
- 2.0.46
- 2.0.45
- 2.0.44
- 2.0.43
- 2.0.42
- 2.0.41
- 2.0.40
- 2.0.39
- 2.0.38
- 2.0.37
- 2.0.36
- 2.0.35
- 2.0.34
- 2.0.33
- 2.0.32
- 2.0.31
- 2.0.30
- v2.0.29
- 2.0.28
- 2.0.27
- 2.0.26
- 2.0.25
- 2.0.24
- 2.0.23
- 2.0.22
- 2.0.21
- 2.0.20
- 2.0.19
- 2.0.18
- 2.0.17
- 2.0.16
- 2.0.15
- 2.0.14
- 2.0.13
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
This package is auto-updated.
Last update: 2024-10-29 13:20:14 UTC
README
CardGate module for Magento 2
Support
This plugin supports Magento 2.1.x - 2.4.x.
Preparation
The usage of this module requires that you have obtained CardGate RESTful API credentials. Please visit My CardGate and retrieve your credentials, or contact your accountmanager.
Installation
The CardGate Module for Magento 2 is installed via Composer.
-
Go to Magento 2 root folder.
-
Enter following commands to install module:
composer require cardgate/magento2
Wait while dependencies are updated.
-
Enter following commands to enable module:
php bin/magento module:enable Cardgate_Payment php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento cache:clean
-
If Magento is running in production mode, deploy static content:
php bin/magento setup:static-content:deploy
Configuration
- Open the Magento Admin panel and view the CardGate plugin-configuration:
- Stores > Configuration
- Sales > CardGate
- Fill in the CardGate configuration section using the API credentials obtained earlier.
- Save config.
- Refresh the active payment methods:
- CardGate information section
- Payment methods > Refresh active payment methods
- Check the output
- After the payment methods are refreshed successfully, all active Payment method sections can be enabled and edited.
Requirements
This extension requires the CardGate API client library for PHP.
When using composer this will be installed automatically. To install manually, enter the following command in your Magento 2 root folder:
composer require cardgate/cardgate-clientlib-php