Tpay payment gateway Magento2 module.
Polish version 🇵🇱 wersja polska
-
Go to Magento2 root directory.
-
Copy plugin files to
app/code/tpaycom/magento2basic. -
If you have already installed the
magento2cardsmodule, you can skip this step. Download and copy required librarytpay-phptoapp/codedirectory. In the result you should have 2 directories inapp/code-tpaycomandtpayLibs. -
Execute following commands to enable module:
php bin/magento module:enable tpaycom_magento2basic php bin/magento setup:upgrade
-
Enable and configure module in Magento Admin under
Stores/Configuration/Payment Methods/tpay.com.
Composer installation
-
Execute following command to download module:
composer require tpaycom/magento2basic -
Execute following commands to enable module:
php bin/magento module:enable tpaycom_magento2basic php bin/magento setup:upgrade
-
Enable and configure module in Magento Admin under
Stores/Configuration/Payment Methods/tpay.com.
This module works with PLN only! If PLN is not your base currency, you will not see this module on checkout pages.