Skip to content

Commit 338c94f

Browse files
merge magento/2.3-develop into magento-borg/borg-2.3
2 parents 2c9394d + 06337ef commit 338c94f

File tree

81 files changed

+295
-90
lines changed

Some content is hidden

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

81 files changed

+295
-90
lines changed

app/code/Magento/ImportExport/Test/Mftf/Test/AdminCheckDoubleImportOfProductsTest.xml

Lines changed: 0 additions & 73 deletions
This file was deleted.

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
{

0 commit comments

Comments
 (0)