项目作者: expresspaygh

项目描述 :
expressPay payment plugin for Magento 2
高级语言: PHP
项目地址: git://github.com/expresspaygh/expresspay-magento.git
创建时间: 2020-08-10T10:06:54Z
项目社区:https://github.com/expresspaygh/expresspay-magento

开源协议:MIT License

下载


expresspay-magento

expressPay payment plugin for Magento 2

Installation

1.a) Using Composer

  1. composer require expresspay/magento

1.b) Manual Installation

  1. Create the folder “app/code” in the root of your Magento installation, if it doesn’t already exist
  2. Copy/upload the contents of this package into “app/code” folder of your Magento installation

2) Enable module

Run the following commands in the root of your Magento installation

  1. bin/magento module:enable ExpressPay_Checkout
  2. bin/magento setup:upgrade

You should now see ExpressPay under Sales->Configuration->Sales->Payment Methods. Provide your Merchant ID and API Key, and select between “Sandbox” and “Live” to start processing payments.