superpayments / superpayment
SuperPayments Payment for Magento 2
Installs: 709
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 8
Forks: 1
Open Issues: 3
Type:magento2-module
Requires
- php: >=7.4.33
- magento/module-checkout: >=100
- magento/module-payment: >=100
- magento/module-paypal: >=100
- magento/module-sales: >=100
README
Requirements
This plugin supports Magento2 version
- Magento >=2.4
- PHP >= 7.4
How to install module using Composer:
- Open a terminal and run the following command in your Magento directory:
composer require superpayments/superpayment "^2.0"
- Set up the module by running the following commands:
php bin/magento module:enable Superpayments_SuperPayment
php bin/magento setup:upgrade
php bin/magento cache:flush
- If you run Magento in production mode, you also must compile and deploy the module's static files:
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy