Download the PHP package vbdev/magento2-payment-guard without Composer
On this page you can find all versions of the php package vbdev/magento2-payment-guard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vbdev/magento2-payment-guard
More information about vbdev/magento2-payment-guard
Files in vbdev/magento2-payment-guard
Download vbdev/magento2-payment-guard
More information about vbdev/magento2-payment-guard
Files in vbdev/magento2-payment-guard
Vendor vbdev
Package magento2-payment-guard
Short Description Magento 2 Payment Guard
License OSL-3.0 AFL-3.0
Package magento2-payment-guard
Short Description Magento 2 Payment Guard
License OSL-3.0 AFL-3.0
Please rate this library. Is it a good library?
Informations about the package magento2-payment-guard
magento2-payment-guard
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:
- In this area we can enable the module and define our transaction limit and its time interval, as well as transaction attempts:
- 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:
- 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:
- 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
All versions of magento2-payment-guard with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
The package vbdev/magento2-payment-guard contains the following files
Loading the files please wait ....