Skip to content

Commit

Permalink
Update README with installation guide for magento 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrims0n committed Mar 19, 2016
1 parent d2d72f2 commit dd60543
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,24 @@ This extension utilizes Razorpay API and provides seamless integration with Mage

### Installation

Install the extension through magento connect in your account.
Install the extension through composer package manager.

Once installed, it can be configured under Configuration->Payment Gateways. If you run into any problems, please make sure you are using the 2.0 magento connect extension and you have Stable set as your preferred state in the magento connect settings.
```
composer require razorpay/magento dev-master-2.x
bin/magento module:enable Razorpay_Magneto
```

If you do not see Razorpay in your gateway list, please clear your Magento Cache from your admin
panel (System -> Cache Management).

## Alternative Install
You can check if the module has been installed using `bin/magento module:status`

You should be able to see `Razorpay_Magento` in the module list


Download this repo. Merge the app folder in this repo with the app folder in your magento installation directory. Once installed, it can be configured under Configuration->Payment Gateways.
Go to `Admin -> Stores -> Configuration -> Payment Method -> Razorpay` to configure Razorpay


If you do not see Razorpay in your gateway list, please clear your Magento Cache from your admin
panel (System -> Cache Management).

### Support

Expand Down

0 comments on commit dd60543

Please sign in to comment.