Skip to content

Commit 7eef6f9

Browse files
committed
Merge remote-tracking branch 'origin/MC-22129' into 2.3-develop-pr115
2 parents 56c6771 + 8b11014 commit 7eef6f9

File tree

83 files changed

+298
-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.

83 files changed

+298
-90
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/EndToEndB2CLoggedInUserTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
<requiredEntity createDataKey="createConfigProduct"/>
6262
</createData>
6363
<updateData entity="ApiSimpleProductUpdateDescription" stepKey="updateConfigProduct" createDataKey="createConfigProduct"/>
64+
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
65+
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
6466
</before>
6567
<after>
6668
<!-- @TODO: Uncomment once MQE-679 is fixed -->

app/code/Magento/Customer/Test/Mftf/Test/EndToEndB2CLoggedInUserTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="logoutCustomer"/>
2727
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
2828
<actionGroup ref="DeleteCustomerFromAdminActionGroup" stepKey="deleteCustomerFromAdmin"/>
29+
<actionGroup ref="ClearFiltersAdminDataGridActionGroup" stepKey="clearProductsGridFilters"/>
2930
<actionGroup ref="logout" stepKey="adminLogout"/>
3031
</after>
3132
<!-- Step 0: User signs up an account -->

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
{

0 commit comments

Comments
 (0)