Skip to content

Commit

Permalink
Version bump to support latest magento version
Browse files Browse the repository at this point in the history
  • Loading branch information
prem-cashfree committed Jan 25, 2021
1 parent 16587b5 commit abec5c7
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
### Installation
### Install through "code.zip" file

Install the extension through composer package manager.
Extract the attached code.zip from release

Go to "app" folder

Overwrite content of "code" folder with step one "code" folder (Note: if code folder not exist just place the code folder from step-1).

Run from magento root folder.

```
composer require gocashfree/cashfree-magento
bin/magento module:enable Cashfree_Cfcheckout
bin/magento setup:upgrade
```

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

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

### Configuration

Go to Admin -> Stores -> Configuration -> Payment Method -> Cashfree to configure Cashfree
Go to Admin -> Stores -> Configuration -> Sales -> Payment Method -> Cashfree to configure Cashfree

Please try clearing your Magento Cache from your admin panel (System -> Cache Management) if you are experiencing any issues.

### Note: This installation work only in Magento 2.x.

0 comments on commit abec5c7

Please sign in to comment.