dpo / dpo-gateway
DPO Pay Payment Gateway for Magento 2
Installs: 1 135
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 0
Type:magento2-module
Requires
- php: ^8.1
- dpo/dpo-pay-common: 1.0.2
This package is auto-updated.
Last update: 2024-11-11 10:22:34 UTC
README
DPO Pay Magento 2 plugin v1.3.0 for Magento v2.4.7
This is the DPO Group plugin for Magento 2. Please feel free to contact the DPO Group support team should you require any assistance.
Installation
Option 1 - Automatic Installation
Install the module using the following composer command:
composer require dpo/dpo-gateway
Option 2 - Manual Installation
Navigate to the releases page and download Dpo.zip. Extract the contents of the mentioned zip file, then upload the newly created Dpo directory into your Magento app/code directory (e.g. magentorootfolder/app/code/).
Magento CLI Commands
Run the following Magento CLI commands:
composer require dpo/dpo-pay-common:1.0.2 php bin/magento module:enable Dpo_Dpo php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento indexer:reindex php bin/magento cache:clean
Configuration
Login to the admin panel and navigate to Stores > Configuration > Sales > Payment Methods and click on DPO Pay. Configure the module according to your needs, then click the Save Config button.
Collaboration
Please submit pull requests with any tweaks, features or fixes you would like to share.