https://github.com/forter/forter-magento2-checkoutcom
Extra Forter Plugin for Magento2 Checkout.com Gateway. Installation depends on Forter Magento 2 extension
https://github.com/forter/forter-magento2-checkoutcom
team-onboarding-experience
Last synced: 8 months ago
JSON representation
Extra Forter Plugin for Magento2 Checkout.com Gateway. Installation depends on Forter Magento 2 extension
- Host: GitHub
- URL: https://github.com/forter/forter-magento2-checkoutcom
- Owner: forter
- Created: 2021-06-15T20:19:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T00:10:09.000Z (over 4 years ago)
- Last Synced: 2025-06-01T08:57:57.470Z (about 1 year ago)
- Topics: team-onboarding-experience
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 32
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento 2 Forter Fraud Detection Module (Checkout.com Gateway Extension)
---
The extension is build in order to provide example for merchents on how to override there extension.
This extension allows for compatibility with Checkout.com while using the Forter [Fraud Detection Module](https://github.com/forter/forter-magento2)
## Install manually under app/code
Download & place the contents of this repository under {YOUR-MAGENTO2-ROOT-DIR}/app/code/Forter/Checkoutcom
Then, run the following commands under your Magento 2 root dir:
```
php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:flush
```
## Notes
* This extension requires an installation of the forter_forter module, it can't be installed without the forter_forter module installed and enabled.
* As best practice when overriding the module, prefer using Before / After rather then Around, also, you should use plugin before override.
---
https://www.forter.com/
© 2020 Forter.
All rights reserved.
