Skip to content

Commit 7a10faa

Browse files
committed
MC-29206: Orders in Payment System but not in Magento
- fix static
1 parent b4d9583 commit 7a10faa

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/code/Magento/Checkout/Model/PaymentInformationManagement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Magento\Framework\Exception\CouldNotSaveException;
1010

1111
/**
12-
* Payment information management
12+
* Payment information management service.
1313
*
1414
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1515
*/

dev/tests/integration/testsuite/Magento/SalesRule/Model/Observer/AssignCouponDataAfterOrderCustomerAssignTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
use Magento\TestFramework\Helper\Bootstrap;
1818

1919
/**
20-
* Class AssignCouponDataAfterOrderCustomerAssignTest
21-
*
2220
* @magentoAppIsolation enabled
2321
*
2422
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)

0 commit comments

Comments
 (0)