承接 vbdev/magento2-payment-guard 相关项目开发

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

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

vbdev/magento2-payment-guard

最新稳定版本:1.1.0

Composer 安装命令:

composer require vbdev/magento2-payment-guard

包简介

Magento 2 Payment Guard

README 文档

README

composer require vbdev/magento2-payment-guard

Main Functionalities

  • The module offers the possibility to limit transactions and transaction attempts within a time range.
  • This is very useful to avoid malicious attacks with robots at checkout and also to avoid a possible overload of attempted card purchases, for example, at your external service.
  • The module has a configuration area in the admin in System->Payment Guard->Settings:

payment guard config

  • In this area we can enable the module and define our transaction limit and its time interval, as well as transaction attempts:

payment guard settings

  • Example: You do not have a very suitable security system for checkout due to your business model, which is why attacks were carried out with robots carrying out thousands of transactions in a short period of time, this caused your website to crash and entire spreadsheet of orders becomes disorganized, to avoid this you can use this module, defining a limit of transactions, such as 10, for example, in a time interval of 5 minutes (we agree that it is very unlikely for a normal person to carry out 10 transactions in a interval of 5 minutes), if it exceeds this limit in this time interval, the module will block further purchases for that IP.
  • The blocks and all information of users who fall for this fraud will be listed in an admin grid in System->Payment Guard->Payment Guard Logs:

payment guard admin grid

  • The module also offers the possibility for you to add an IP from the grid to the blacklist, thus preventing that IP from being able to make purchases in the store:

payment guard blacklist payment guard blacklist1

  • The same settings and behavior are replicated for the attempts.

Install

Type 1: Zip file

  • Unzip the zip file in app/code/Vbdev
  • Enable the module by running bin/magento module:enable Vbdev_PaymentGuard
  • Apply database updates by running bin/magento setup:upgrade
  • Flush the cache by running bin/magento cache:flush

Type 2: Composer

  • Install the module composer by running composer require vbdev/magento2-payment-guard
  • enable the module by running bin/magento module:enable Vbdev_PaymentGuard
  • apply database updates by running bin/magento setup:upgrade
  • Flush the cache by running bin/magento cache:flush

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2023-11-22