Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pman-emp committed Jun 25, 2015
1 parent e25b746 commit 03e3a0e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Installation (manual)
---------------------

* Copy the files to the root folder of your Magento installation
* Login inside the Admin Panel and go to ```System``` -> ```Configuration``` -> ```Payment Methods````
* Login inside the Admin Panel and go to ```System``` -> ```Configuration``` -> ```Payment Methods```
* Check ```Enable```, set the correct credentials, select your prefered payment method and click ```Save config```

You're now ready to process payments through our gateway.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Class EMerchantPay_Genesis_Model_Admin_Options_Environment
*
* Admin options Dropdown for Gateway environment
* Admin options Drop-down for Gateway environment
*/
class EMerchantPay_Genesis_Model_Admin_Options_Environment
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Class EMerchantPay_Genesis_Model_Admin_Transaction_Type
*
* Admin options Dropdown for Genesis Transaction Types
* Admin options Drop-down for Genesis Transaction Types
*/
class EMerchantPay_Genesis_Model_Admin_Options_Transaction_Type
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,9 @@ public function notifyAction()
}

/**
* When a customer chooses eMerchantPay Checkout on
* Checkout/Payment page, show them a "transition"
* page where you notify them, that they will be
* redirected to a new website.
* When a customer has to be redirected, show
* a "transition" page where you notify them,
* that they will be redirected to a new website.
*
* @see Genesis_API_Documentation \ notification_url
*
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/EMerchantPay/Genesis/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<EMerchantPay_Genesis>
<version>1.2.1</version>
<version>1.2.2</version>
</EMerchantPay_Genesis>
</modules>

Expand Down

0 comments on commit 03e3a0e

Please sign in to comment.