We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b0e6d commit 4858c77Copy full SHA for 4858c77
dev/tests/integration/testsuite/Magento/Sales/_files/order_canceled_rollback.php
@@ -16,7 +16,7 @@
16
/** @var OrderRepositoryInterface $orderRepository */
17
$orderRepository = $objectManager->get(OrderRepositoryInterface::class);
18
/** @var OrderInterface $order */
19
-$order = $objectManager->get(OrderInterfaceFactory::class)->create()->loadByIncrementId('100001111');
+$order = $objectManager->get(OrderInterfaceFactory::class)->create()->loadByIncrementId('100000001');
20
/** @var Registry $registry */
21
$registry = $objectManager->get(Registry::class);
22
$registry->unregister('isSecureArea');
0 commit comments