myfatoorah/magento2-gateway 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

myfatoorah/magento2-gateway

最新稳定版本:2.2.8

Composer 安装命令:

composer require myfatoorah/magento2-gateway

包简介

The official MyFatoorah Payment Gateway for Magento2.

README 文档

README

This is the official MyFatoorah Payment Gateway for Magento2. MyFatoorah Magento2 Gateway is based on myfatoorah/library composer package. Both MyFatoorah Magento2 Gateway and PHP library composer packages are developed by MyFatoorah Technical Team to handle myfatoorah API endpoints.

Main Features

  • Create MyFatoorah invoices.
  • Check the MyFatoorah payment status for invoice/payment.
  • Shipping via DHL and ARAMEX

Installation

  1. Install the module via myfatoorah/magento2-gateway composer.

    composer require myfatoorah/magento2-gateway
    
  2. Run the below Magento commands to enable MyFatoorah Plugin.

    php -f bin/magento module:enable --clear-static-content MyFatoorah_Gateway
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy -f
    php bin/magento cache:clean
    php bin/magento cache:flush
    

Merchant Configurations

In Magento Admin Panel, follow the steps below:

  1. Go to Menu Stores → Configuration section
  2. Expand Sales Menu → select Payment Methods → MyFatoorah Payment
  3. Fill in Gateway configuration and use API key as follows

Demo configuration

  1. You can use the test API token key mentioned here.
  2. Make sure the test mode is true.
  3. You can use one of the test cards.

Live Configuration

  1. You can use the live API token key mentioned here.
  2. Make sure the test mode is false.
  3. Make sure to set the country ISO code as mentioned in this link.

统计信息

  • 总下载量: 5.46k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-only
  • 更新时间: 2022-06-05