Skip to content

krzGablo/tpay-magento2-basic

 
 

Repository files navigation

Magento2-Tpay

Tpay 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/magento2basic.

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

  4. Execute following commands to enable module:

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

Composer installation

  1. Execute following command to download module:

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

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

Notes

This module works with PLN only! If PLN is not your base currency, you will not see this module on checkout pages.

About

Magento2 basic payments module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 78.6%
  • JavaScript 12.1%
  • HTML 9.3%