You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
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.
16
16
17
-
The module implementation allows to:
17
+
The module implementation allows you to:
18
18
19
19
- create a [Signifyd case](https://www.signifyd.com/docs/api/#/reference/cases) for a placed order
20
20
- automatically receive a [Signifyd guarantee](https://www.signifyd.com/docs/api/#/reference/guarantees) for a created case
21
21
- automatically cancel a guarantee when the order is canceled
22
22
23
23
## Extensibility
24
24
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.
26
26
27
27
### Public API
28
28
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:
30
30
31
31
`Magento\Signifyd\Api\Data\CaseInterface` (common abstraction for the Signifyd case entity):
32
32
@@ -65,7 +65,7 @@ For information about a public API in Magento 2, see [Public interfaces & APIs](
65
65
66
66
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.
67
67
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.
69
69
70
70
### Debug mode
71
71
@@ -77,7 +77,7 @@ The Debug Mode may be enabled in the module configuration. This logs the communi
77
77
78
78
The Magento_Signifyd module does not introduce backward incompatible changes.
79
79
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).
0 commit comments