项目作者: tpay-com

项目描述 :
Magento2 credit cards payments module
高级语言: PHP
项目地址: git://github.com/tpay-com/tpay-magento2-cards.git
创建时间: 2017-05-23T11:22:18Z
项目社区:https://github.com/tpay-com/tpay-magento2-cards

开源协议:

下载


Magento2-TpayCards

Tpay credit cards payment gateway Magento2 module.

Latest stable version
PHP version
License
CI status
Type coverage

Polish version :poland: 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:

    1. php bin/magento module:enable tpaycom_magento2cards
    2. 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:

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

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