承接 getepay/getepe 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.

  1. Extract the attached code.zip
  2. Go to the "app" folder
  3. 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).
  4. Run following command to enable Getepay Magento module:
bin/magento module:enable Getepay_Getepe
  1. Run following command to install Magento cron jobs :
bin/magento cron:install
  1. Run bin/magento setup:di:compile to compile dependency code.
  2. Run bin/magento setup:upgrade to upgrade the Getepay Magento module from the Magento installation folder.
  3. 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.

  1. Run bin/magento cache:flush once 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 我们能提供哪些服务?
定制开发 / 二次开发

基于 getepay/getepe 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 11
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 23
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-11-07