Skip to content

crypto-com/crypto-pay-magento2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto.com Pay Checkout for Magento 2

Requirements

This module requires the following:

Setup

  1. Download the module zip package in Releases page.
  2. Extract and upload all files to your Magento 2 installation path (/code/Cdcpay in zip -> /app/code/Cdcpay in Magento server)
  3. 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
  1. You can now activate Crypto.com Pay in the Stores->Configuration->Sales->Payment Methods
  2. Follow the instruction in setup page to setup secret key and the webhooks, and then select Test mode to start your testing.

Support