tpaycom / magento2cards
Tpay card payments module
Installs: 13 454
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 6
Open Issues: 0
Type:magento2-module
Requires
- php: >=7
- magento/product-community-edition: ~2.3|~2.4
- tpay-com/tpay-php: ^2.3
README
Tpay credit cards payment gateway Magento2 module.
Polish version 🇵🇱 wersja polska
Manual installation
-
Go to Magento2 root directory.
-
Copy plugin files to
app/code/tpaycom/magento2cards
. -
If you have already installed the
magento2basic
module, you can skip this step. Download and copy required librarytpay-php
toapp/code
folder. In the result you should have 2 folders inapp/code
-tpaycom
andtpayLibs
. -
Execute following commands to enable module:
php bin/magento module:enable tpaycom_magento2cards php bin/magento setup:upgrade
-
Enable and configure module in Magento Admin under
Stores/Configuration/Payment Methods/tpay.com credit cards
.
Composer installation
-
Execute following command to download module:
composer require tpaycom/magento2cards
-
Execute following commands to enable module:
php bin/magento module:enable tpaycom_magento2cards php bin/magento setup:upgrade
-
Enable and configure module in Magento Admin under
Stores/Configuration/Payment Methods/tpay.com credit cards
.