Skip to content

Commit 8315d04

Browse files
committed
Merge remote-tracking branch 'origin/MC-31315' into 2.3-develop-pr108
2 parents b002245 + 2065f02 commit 8315d04

File tree

76 files changed

+209
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+209
-0
lines changed

app/code/Magento/Signifyd/Api/CaseCreationServiceInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
*
1414
* @api
1515
* @since 100.2.0
16+
* @deprecated Starting from Magento 2.3.5 Signifyd core integration is deprecated in favor of
17+
* official Signifyd integration available on the marketplace
1618
*/
1719
interface CaseCreationServiceInterface
1820
{

app/code/Magento/Signifyd/Api/CaseManagementInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
*
1212
* @api
1313
* @since 100.2.0
14+
* @deprecated Starting from Magento 2.3.5 Signifyd core integration is deprecated in favor of
15+
* official Signifyd integration available on the marketplace
1416
*/
1517
interface CaseManagementInterface
1618
{

app/code/Magento/Signifyd/Api/CaseRepositoryInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
*
1111
* @api
1212
* @since 100.2.0
13+
* @deprecated Starting from Magento 2.3.5 Signifyd core integration is deprecated in favor of
14+
* official Signifyd integration available on the marketplace
1315
*/
1416
interface CaseRepositoryInterface
1517
{

app/code/Magento/Signifyd/Api/Data/CaseInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* @api
1414
* @see https://www.signifyd.com/docs/api/#/reference/cases/retrieve-a-case/get-a-case
1515
* @since 100.2.0
16+
* @deprecated Starting from Magento 2.3.5 Signifyd core integration is deprecated in favor of
17+
* official Signifyd integration available on the marketplace
1618
*/
1719
interface CaseInterface
1820
{

app/code/Magento/Signifyd/Api/Data/CaseSearchResultsInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
*
1313
* @api
1414
* @since 100.2.0
15+
* @deprecated Starting from Magento 2.3.5 Signifyd core integration is deprecated in favor of
16+
* official Signifyd integration available on the marketplace
1517
*/
1618
interface CaseSearchResultsInterface extends SearchResultsInterface
1719
{

app/code/Magento/Signifyd/Api/GuaranteeCancelingServiceInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
*
1414
* @api
1515
* @since 100.2.0
16+
* @deprecated Starting from Magento 2.3.5 Signifyd core integration is deprecated in favor of
17+
* official Signifyd integration available on the marketplace
1618
*/
1719
interface GuaranteeCancelingServiceInterface
1820
{

app/code/Magento/Signifyd/Api/GuaranteeCreationServiceInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
*
1414
* @api
1515
* @since 100.2.0
16+
* @deprecated Starting from Magento 2.3.5 Signifyd core integration is deprecated in favor of
17+
* official Signifyd integration available on the marketplace
1618
*/
1719
interface GuaranteeCreationServiceInterface
1820
{

app/code/Magento/Signifyd/Block/Adminhtml/CaseInfo.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
*
1616
* @api
1717
* @since 100.2.0
18+
* @deprecated Starting from Magento 2.3.5 Signifyd core integration is deprecated in favor of
19+
* official Signifyd integration available on the marketplace
1820
*/
1921
class CaseInfo extends Template
2022
{

app/code/Magento/Signifyd/Block/Adminhtml/System/Config/Field/WebhookUrl.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
/**
1414
* Input field transformed to text node with link to store Signifyd webhooks controller.
15+
*
16+
* @deprecated Starting from Magento 2.3.5 Signifyd core integration is deprecated in favor of
17+
* official Signifyd integration available on the marketplace
1518
*/
1619
class WebhookUrl extends Field
1720
{

app/code/Magento/Signifyd/Block/Adminhtml/System/Config/Fieldset/Info.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
/**
1111
* Fieldset renderer with url attached to comment.
12+
*
13+
* @deprecated Starting from Magento 2.3.5 Signifyd core integration is deprecated in favor of
14+
* official Signifyd integration available on the marketplace
1215
*/
1316
class Info extends Fieldset
1417
{

0 commit comments

Comments
 (0)