Easy to use crypto payment gateway for magento 2, accept crypto in your website and get paid in cash.
- Go to Magento2 root directory
- Create dir app/code/Pallapay/PPG
mkdir app/code/Pallapay mkdir app/code/Pallapay/PPG
- Upload the extension files to app/code/Pallapay/PPG.
- Run bellow commands
php bin/magento setup:upgrade
// Magento v2.0.x to 2.1.x php bin/magento setup:static-content:deploy // Magento version >2.2.x php bin/magento -f setup:static-content:deployphp bin/magento cache:flush
First signup, create API Key and get you ApiKey, SecretKey from Pallapay website
Then configure the payment method in magento admin dashboard.
Contributions are highly appreciated either in the form of pull requests for new features, bug fixes or just bug reports.