Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit c585044

Browse files
committed
Add the Signifyd module to the MRG
* applied grammar fixes after review by Kevin Harper
1 parent 40b8e69 commit c585044

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

guides/v2.2/mrg/ee/Signifyd.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ github_link: mrg/ee/Signifyd.md
1414

1515
The Magento_Signifyd module provides integration with the [Signifyd](https://www.signifyd.com/) fraud protection system. The integration is based on the Signifyd API; see the [Signifyd API docs](https://www.signifyd.com/docs/api/#/introduction/) for technical details.
1616

17-
The module implementation allows to:
17+
The module implementation allows you to:
1818

1919
- create a [Signifyd case](https://www.signifyd.com/docs/api/#/reference/cases) for a placed order
2020
- automatically receive a [Signifyd guarantee](https://www.signifyd.com/docs/api/#/reference/guarantees) for a created case
2121
- automatically cancel a guarantee when the order is canceled
2222

2323
## Extensibility
2424

25-
The Magento_Signifyd module does not add own Events, Layouts, and UI Components as extension points.
25+
The Magento_Signifyd module does not have own Events, Layouts, and UI Components as extension points.
2626

2727
### Public API
2828

29-
The following interfaces (marked with the `@api` annotation) provide methods that allow to:
29+
The following interfaces (marked with the `@api` annotation) extend the Signifyd module:
3030

3131
`Magento\Signifyd\Api\Data\CaseInterface` (common abstraction for the Signifyd case entity):
3232

@@ -65,7 +65,7 @@ For information about a public API in Magento 2, see [Public interfaces & APIs](
6565

6666
To update the entity data for a case or guarantee, the Magento_Signifyd module uses the [Signifyd Webhooks](https://www.signifyd.com/docs/api/#/reference/webhooks) mechanism.
6767

68-
The newly created case entities have the `PENDING` status for a case and a guarantee. After receiving Webhook, both statuses are changed to appropriate Signifyd statuses.
68+
The newly created case entities have the `PENDING` status for a case and a guarantee. After receiving a Webhook, both statuses are changed to the appropriate Signifyd statuses.
6969

7070
### Debug mode
7171

@@ -77,7 +77,7 @@ The Debug Mode may be enabled in the module configuration. This logs the communi
7777

7878
The Magento_Signifyd module does not introduce backward incompatible changes.
7979

80-
You can track [backward incompatible changes in patch releases](http://devdocs.magento.com/guides/v2.0/release-notes/changes/ee_changes.html).
80+
You can track [backward incompatible changes in patch releases](http://devdocs.magento.com/guides/v2.2/release-notes/changes/ee_changes.html).
8181

8282
### Processing supplementary payment information
8383

0 commit comments

Comments
 (0)