This module requires the following:
- Magento 2.x
- Crypto.com Pay for Business account - Sign Up
- Download the module zip package in Releases page.
- Extract and upload all files to your Magento 2 installation path (/code/Cdcpay in zip -> /app/code/Cdcpay in Magento server)
- Login to your server, and in the root of your Magento2 install, run the following commands:
php bin/magento setup:upgrade
php bin/magento module:enable Cdcpay_CDCCheckout
php bin/magento setup:static-content:deploy -f
- Flush your Magento2 Caches
php bin/magento cache:flush
- You can now activate Crypto.com Pay in the Stores->Configuration->Sales->Payment Methods
- Follow the instruction in setup page to setup secret key and the webhooks, and then select Test mode to start your testing.
- Visit our Official Website, Merchant FAQ and API Documentation.
- Open an issue if you are having troubles with this module.