-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from cashfree/version_bump_2.0.0
Version bump to support latest magento version
- Loading branch information
Showing
1 changed file
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |