Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.42 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.42 KB

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