Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

tpay-com/tpay-magento2-cards

Folders and files

NameName
Last commit message
Last commit date
Aug 24, 2023
Aug 16, 2023
Aug 21, 2023
Aug 24, 2023
Aug 24, 2023
Aug 24, 2023
Aug 10, 2023
Nov 16, 2023
Sep 24, 2021
Mar 28, 2022
Aug 4, 2023
Aug 10, 2023
Aug 1, 2023
Aug 11, 2023
Aug 11, 2023
Aug 4, 2023
Aug 21, 2023

Repository files navigation

Magento2-TpayCards

Tpay credit cards payment gateway Magento2 module.

Latest stable version PHP version License CI status Type coverage

Polish version 🇵🇱 wersja polska

Manual installation

  1. Go to Magento2 root directory.

  2. Copy plugin files to app/code/tpaycom/magento2cards.

  3. If you have already installed the magento2basic module, you can skip this step. Download and copy required library tpay-php to app/code folder. In the result you should have 2 folders in app/code - tpaycom and tpayLibs.

  4. Execute following commands to enable module:

    php bin/magento module:enable tpaycom_magento2cards
    php bin/magento setup:upgrade
  5. Enable and configure module in Magento Admin under Stores/Configuration/Payment Methods/tpay.com credit cards.

Composer installation

  1. Execute following command to download module:

    composer require tpaycom/magento2cards
  2. Execute following commands to enable module:

    php bin/magento module:enable tpaycom_magento2cards
    php bin/magento setup:upgrade
  3. Enable and configure module in Magento Admin under Stores/Configuration/Payment Methods/tpay.com credit cards.