getepay/getepe
Composer 安装命令:
composer require getepay/getepe
包简介
GetePay Magento 2 plugin for accepting payments.
关键字:
README 文档
README
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:
bin/magento module:enable Getepay_Getepe
- Run following command to install Magento cron jobs :
bin/magento cron:install
- Run
bin/magento setup:di:compileto compile dependency code. - Run
bin/magento setup:upgradeto 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:flushonce again.
OR
Install the extension through composer package manager.
composer require getepay/getepe php bin/magento module:enable Getepay_Getepe --clear-static-content
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:
php bin/magento setup:di:compile && php bin/magento setup:upgrade && php bin/magento setup:static-content:deploy -f && php bin/magento indexer:reindex && php bin/magento cache:flush
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:
bin/magento cron:install
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
php bin/magento module:disable Getepay_Getepe
php bin/magento module:uninstall Getepay_Getepe
If code.zip is used for installation, to uninstall following steps can be used: Disabled Getepay Magento module
php bin/magento module:disable Getepay_Getepe
To remove module directory, execute following command from Magento install directory
rm -rf app/code/Getepay
Remove module schema from MYSQL database
DELETE FROM `setup_module` WHERE `setup_module`.`module` = 'Getepay_Getepe';
Support
For any issue send us an email to support@getepay.in and share the getepe.log file. The location of getepe.log file is var/log/getepe.log.
getepay/getepe 适用场景与选型建议
getepay/getepe 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 11 次下载、GitHub Stars 达 1, 最近一次更新时间为 2023 年 11 月 07 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「plugin」 「extension」 「payments」 「magento」 「payment gateway」 「india」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 getepay/getepe 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 getepay/getepe 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 getepay/getepe 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
CakePHP 4.x AdminLTE Theme.
A custom URL rule class for Yii 2 which allows to create translated URL rules
The Yii2 extension uses jQuery jquery.carousel-1.1.min.js and makes image carousel from php array of structure defined.
TYPO3 CMS extension to create gallery content element with preset crop ratios and pagination
UI Kit 3 Extension for Yii2
Adds more BBCode
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 23
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-11-07