Skip to content

merchantprotocol/M1-protocol-gateway

Repository files navigation

Mage Plugins Gateway

Magento extension for accepting credit card payments using the Mage Plugins Payment Gateway.

Version Control

This change log and release versions will be managed according to keepachangelog.com and Semantic Versioning 2.0.0. Major.Features.Improvements.Fixes

Magento Compatible Versions

  • Magento Enterprise Edition 1.13.x ~ 1.14.x
  • Magento Community Edition 1.6.x ~ 1.9.x

System Requirements

  • PHP 5.4 >

Installation

Extension files are located in the following directories:

  • app/code/community/MP/Gateway
  • app/design/adminhtml/default/default/layout/mp_gateway.xml
  • app/design/adminhtml/default/default/template/mp_gateway
  • app/design/frontend/base/default/layout/mp_gateway.xml
  • app/design/frontend/base/default/template/mp_gateway
  • app/etc/modules/MP_Gateway.xml
  • media/mp_gateway
  • skin/adminhtml/default/default/mp_debug
  • skin/adminhtml/default/default/mp_gateway
  • skin/frontend/base/default/mp_debug
  • skin/frontend/base/default/mp_gateway

Installation with Modman

In the Magento root folder start a modman repository:

modman init

Clone the module directly from github repository:

modman clone https://github.com/merchantprotocol/M1-core.git
modman clone https://github.com/merchantprotocol/M1-protocol-gateway.git

Manual installation

Download the zip file and copy the entire contents of the folder into the Magento root directory. For example:

unzip ~/Downloads/M1-protocol-gateway-master.zip
cp -R ~/Downloads/M1-protocol-gateway-master/* /var/www/html

Uninstallation

php shell/mp/core.php --action uninstall --extension MP_Gateway --modman M1-protocol-gateway

Contributing

  1. Create a fork!
  2. Create a branch for the features: git checkout -b my-new-feature
  3. Make commit yours changes: git commit -am 'Add some feature'
  4. Give a push to branch: git push origin my-new-feature
  5. Create a pull request

Credits

Author Version
Mage Plugins david@mageplugins.net 1.3.1.0

NOTICE OF LICENSE

This source file is subject to the Mage Plugins Commercial License (MPCL 1.0)
that is bundled with this package in the file LICENSE.md.
It is also available through the world-wide-web at this URL:
https://mageplugins.net/commercial-license/
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to mageplugins@gmail.com so we can send you a copy immediately.
    
DISCLAIMER
    
Do not edit or add to this file if you wish to upgrade to newer
versions in the future. If you wish to customize the extension for your
needs please refer to https://www.mageplugins.net for more information.

Copyright (c) 2006-2018 Mage Plugins Inc. and affiliates (https://mageplugins.net/)
https://mageplugins.net/commercial-license/  Mage Plugins Commercial License (MPCL 1.0)

About

Merchant Protocol's Payment Gateway bridge for Magento v1. Free extension.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published