Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatinov committed May 11, 2018
1 parent db858cc commit b7e13c9
Show file tree
Hide file tree
Showing 31 changed files with 103 additions and 103 deletions.
2 changes: 1 addition & 1 deletion .phpmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xsi:noNamespaceSchemaLocation="
http://pmd.sf.net/ruleset_xml_schema.xsd">
<description>
Rule Set for Magento 1.x eMerchantPay Plugin
Rule Set for Magento 1.x emerchantpay Plugin
</description>

<!--Start of CleanCode RuleSets-->
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
eMerchantPay Gateway Module for Magento CE
emerchantpay Gateway Module for Magento CE
=============================

This is a Payment Module for Magento Community Edition, that gives you the ability to process payments through eMerchantPay's Payment Gateway - Genesis.
This is a Payment Module for Magento Community Edition, that gives you the ability to process payments through emerchantpay's Payment Gateway - Genesis.

Requirements
------------

* Magento Community Edition > 1.7 (Tested up to: __1.9.3.1__)
* [GenesisPHP v1.8.3](https://github.com/GenesisGateway/genesis_php/releases/tag/1.8.3) - (Integrated in Module)
* PCI-certified server in order to use ```eMerchantPay Direct```
* PCI-certified server in order to use ```emerchantpay Direct```

*Note:* This module has been tested only with Magento __Community Edition__, it may not work
as intended with Magento __Enterprise Edition__
Expand All @@ -28,7 +28,7 @@ GenesisPHP Requirements
Installation (via Magento Connect)
---------------------

* Navigate to our extention at Magento Connect - [eMerchantPay Payment Gateway - Magento Connect]
* Navigate to our extention at Magento Connect - [emerchantpay Payment Gateway - Magento Connect]
* Click ```Install Now``` and get the ```Extension Key```
* Login inside the Admin Panel and go to ```System``` -> ```Magento Connect``` -> ```Magento Connect Manager```
* Paste the ```Extension Key``` and Click ```Install```
Expand All @@ -49,13 +49,13 @@ Installation (manual)

* Upload the contents of the folder (excluding ```README.md```) to the ```<root>``` folder of your Magento installation
* Login inside the __Admin Panel__ and go to ```System``` -> ```Configuration``` -> ```Payment Methods```
* If one of the Payment Methods ```eMerchantPay Direct``` or ```eMerchantPay Checkout``` is not yet available,
* If one of the Payment Methods ```emerchantpay Direct``` or ```emerchantpay Checkout``` is not yet available,
go to ```System``` -> ```Cache Management``` and clear Magento Cache by clicking on ```Flush Magento Cache```
* Check ```Enable```, set the correct credentials, select your prefered payment method and click ```Save config```

Configure Magento over secured HTTPS Connection
---------------------
This configuration is needed in order to use the ```eMerchantPay Direct``` Payment Method.
This configuration is needed in order to use the ```emerchantpay Direct``` Payment Method.

Steps:
* Ensure you have installed a valid __SSL Certificate__ on your __Web Server__ & you have configured your __Virtual Host__ correctly.
Expand All @@ -67,7 +67,7 @@ Steps:

Supported Transactions
---------------------
* ```eMerchantPay Direct``` Payment Method
* ```emerchantpay Direct``` Payment Method
* __Authorize__
* __Authorize (3D-Secure)__
* __InitRecurringSale__
Expand All @@ -76,7 +76,7 @@ Supported Transactions
* __Sale__
* __Sale (3D-Secure)__

* ```eMerchantPay Checkout``` Payment Method
* ```emerchantpay Checkout``` Payment Method
* __ABN iDEAL__
* __Alipay__
* __Authorize__
Expand Down Expand Up @@ -121,5 +121,5 @@ _Note_: If you have trouble with your credentials or terminal configuration, get
You're now ready to process payments through our gateway.

[ModMan]: https://github.com/colinmollenhour/modman
[eMerchantPay Payment Gateway - Magento Connect]: https://www.magentocommerce.com/magento-connect/catalog/product/view/id/31438/s/emerchantpay-payment-gateway/
[emerchantpay Payment Gateway - Magento Connect]: https://www.magentocommerce.com/magento-connect/catalog/product/view/id/31438/s/emerchantpay-payment-gateway/
[support]: mailto:[email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright (C) 2016 eMerchantPay Ltd.
* Copyright (C) 2018 emerchantpay Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand All @@ -12,8 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* @author eMerchantPay
* @copyright 2016 eMerchantPay Ltd.
* @author emerchantpay
* @copyright 2018 emerchantpay Ltd.
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0)
*/

Expand Down
6 changes: 3 additions & 3 deletions app/code/community/EMerchantPay/Genesis/Block/Form/Direct.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright (C) 2016 eMerchantPay Ltd.
* Copyright (C) 2018 emerchantpay Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand All @@ -12,8 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* @author eMerchantPay
* @copyright 2016 eMerchantPay Ltd.
* @author emerchantpay
* @copyright 2018 emerchantpay Ltd.
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0)
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright (C) 2016 eMerchantPay Ltd.
* Copyright (C) 2018 emerchantpay Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand All @@ -12,8 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* @author eMerchantPay
* @copyright 2016 eMerchantPay Ltd.
* @author emerchantpay
* @copyright 2018 emerchantpay Ltd.
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0)
*/

Expand Down
6 changes: 3 additions & 3 deletions app/code/community/EMerchantPay/Genesis/Block/Info/Direct.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright (C) 2016 eMerchantPay Ltd.
* Copyright (C) 2018 emerchantpay Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand All @@ -12,8 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* @author eMerchantPay
* @copyright 2016 eMerchantPay Ltd.
* @author emerchantpay
* @copyright 2018 emerchantpay Ltd.
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0)
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright (C) 2016 eMerchantPay Ltd.
* Copyright (C) 2018 emerchantpay Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand All @@ -12,8 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* @author eMerchantPay
* @copyright 2016 eMerchantPay Ltd.
* @author emerchantpay
* @copyright 2018 emerchantpay Ltd.
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0)
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright (C) 2016 eMerchantPay Ltd.
* Copyright (C) 2018 emerchantpay Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand All @@ -12,8 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* @author eMerchantPay
* @copyright 2016 eMerchantPay Ltd.
* @author emerchantpay
* @copyright 2018 emerchantpay Ltd.
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0)
*/

Expand Down
8 changes: 4 additions & 4 deletions app/code/community/EMerchantPay/Genesis/Helper/Data.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright (C) 2016 eMerchantPay Ltd.
* Copyright (C) 2018 emerchantpay Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand All @@ -12,15 +12,15 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* @author eMerchantPay
* @copyright 2016 eMerchantPay Ltd.
* @author emerchantpay
* @copyright 2018 emerchantpay Ltd.
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0)
*/

/**
* Class EMerchantPay_Genesis_Helper_Data
*
* Helper functions for eMerchantPay Direct / Checkout
* Helper functions for emerchantpay Direct / Checkout
*/
class EMerchantPay_Genesis_Helper_Data extends Mage_Core_Helper_Abstract
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright (C) 2016 eMerchantPay Ltd.
* Copyright (C) 2018 emerchantpay Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand All @@ -12,8 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* @author eMerchantPay
* @copyright 2016 eMerchantPay Ltd.
* @author emerchantpay
* @copyright 2018 emerchantpay Ltd.
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0)
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright (C) 2016 eMerchantPay Ltd.
* Copyright (C) 2018 emerchantpay Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand All @@ -12,8 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* @author eMerchantPay
* @copyright 2016 eMerchantPay Ltd.
* @author emerchantpay
* @copyright 2018 emerchantpay Ltd.
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0)
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright (C) 2016 eMerchantPay Ltd.
* Copyright (C) 2018 emerchantpay Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand All @@ -12,8 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* @author eMerchantPay
* @copyright 2016 eMerchantPay Ltd.
* @author emerchantpay
* @copyright 2018 emerchantpay Ltd.
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0)
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright (C) 2016 eMerchantPay Ltd.
* Copyright (C) 2018 emerchantpay Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand All @@ -12,8 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* @author eMerchantPay
* @copyright 2016 eMerchantPay Ltd.
* @author emerchantpay
* @copyright 2018 emerchantpay Ltd.
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0)
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright (C) 2016 eMerchantPay Ltd.
* Copyright (C) 2018 emerchantpay Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand All @@ -12,8 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* @author eMerchantPay
* @copyright 2016 eMerchantPay Ltd.
* @author emerchantpay
* @copyright 2018 emerchantpay Ltd.
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0)
*/

Expand Down
6 changes: 3 additions & 3 deletions app/code/community/EMerchantPay/Genesis/Model/Checkout.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright (C) 2016 eMerchantPay Ltd.
* Copyright (C) 2018 emerchantpay Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand All @@ -12,8 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* @author eMerchantPay
* @copyright 2016 eMerchantPay Ltd.
* @author emerchantpay
* @copyright 2018 emerchantpay Ltd.
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0)
*/

Expand Down
8 changes: 4 additions & 4 deletions app/code/community/EMerchantPay/Genesis/Model/Direct.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright (C) 2016 eMerchantPay Ltd.
* Copyright (C) 2018 emerchantpay Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand All @@ -12,13 +12,13 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* @author eMerchantPay
* @copyright 2016 eMerchantPay Ltd.
* @author emerchantpay
* @copyright 2018 emerchantpay Ltd.
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0)
*/

/**
* eMerchantPay Direct Payment Method
* emerchantpay Direct Payment Method
*
* This class requires the user to input
* their CC data and as such requires PCI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright (C) 2016 eMerchantPay Ltd.
* Copyright (C) 2018 emerchantpay Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand All @@ -12,8 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* @author eMerchantPay
* @copyright 2016 eMerchantPay Ltd.
* @author emerchantpay
* @copyright 2018 emerchantpay Ltd.
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0)
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright (C) 2016 eMerchantPay Ltd.
* Copyright (C) 2018 emerchantpay Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand All @@ -12,8 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* @author eMerchantPay
* @copyright 2016 eMerchantPay Ltd.
* @author emerchantpay
* @copyright 2018 emerchantpay Ltd.
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2 (GPL-2.0)
*/

Expand Down
Loading

0 comments on commit b7e13c9

Please sign in to comment.