Download the PHP package getepay/getepe without Composer
On this page you can find all versions of the php package getepay/getepe. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download getepay/getepe
More information about getepay/getepe
Files in getepay/getepe
Package getepe
Short Description GetePay Magento 2 plugin for accepting payments.
License MIT
Homepage https://getapay.in
Informations about the package getepe
Getepay Payment Extension for Magento 2
This extension utilizes Getepay API and provides seamless integration with Magento, allowing payments for Indian merchants via Credit Cards, Debit Cards, Net Banking, and Wallets without redirecting away from the magento site.
Installation
Install through the "code.zip" file
bin/magento
is executable command, this is to be executed from Magento installation directory.
- Extract the attached code.zip
- Go to the "app" folder
- Overwrite content of the "code" folder with step one "code" folder (Note: if the code folder does not exist just place the code folder from step 1).
-
Run following command to enable Getepay Magento module:
-
Run following command to install Magento cron jobs :
- Run
bin/magento setup:di:compile
to compile dependency code. - Run
bin/magento setup:upgrade
to upgrade the Getepay Magento module from the Magento installation folder. - On the Magento admin dashboard, open Getepay payment method settings and click on the Save Config button.
Note: If you see this message highlighted in yellow (One or more of the Cache Types are invalidated: Page Cache. Please go to Cache Management and refresh cache types.) on top of the Admin page, please follow the steps mentioned and refresh the cache.
- Run
bin/magento cache:flush
once again.
OR
Install the extension through composer package manager.
You can check if the module has been installed using bin/magento module:status
You should be able to see Getepay_Getepe
in the module list
Execute following commands from Magento installation directory:
Enable and configure Getepay in Magento Admin under Stores -> Configuration -> Payment Methods -> Getepay Payment Gateway
.
If you do not see Getepay in your gateway list, please clear your Magento Cache from your admin panel (System -> Cache Management).
Setting up the cron with Magento
Setup cron with Magento to execute Getepay cronjobs for following actions:
Cancel pending orders
It will cancel order created by Getepay as per timeout saved in configuration if Pending Orders Cron
is Enabled.
Update order to processing
Check response from Getepay for events pending
payments after order and updates pending order to processing if Enable Update Order Cron V1
is Enabled.
Magento cron can be installed using following command:
Configuration
-
Enabled: Mark this as "Yes" to enable this plugin.
- Title: Test to be shown to user during checkout. For example: "Pay using GetePay".
Uninstall OR Rollback to older versions
To rollback, you will be required to uninstall existing version and install a new version again. Following are actions used for rollback & reinstall:
Uninstall Getepay Module
If composer is used for installation, use following commands from Magento installation directory to uninstall Getepay Magento module
If code.zip is used for installation, to uninstall following steps can be used: Disabled Getepay Magento module
To remove module directory, execute following command from Magento install directory
Remove module schema from MYSQL database
Support
For any issue send us an email to [email protected] and share the getepe.log
file. The location of getepe.log
file is var/log/getepe.log
.