mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Fixes for a conversation
I added the fixes for the conversation.
This commit is contained in:
parent
7ac19488f5
commit
4c0d93a601
2 changed files with 1 additions and 4 deletions
|
|
@ -26,7 +26,6 @@ use Sylius\Component\Core\Model\OrderInterface;
|
|||
use Sylius\Component\Order\OrderTransitions;
|
||||
use Sylius\Component\Payment\PaymentTransitions;
|
||||
use Sylius\Component\Shipping\ShipmentTransitions;
|
||||
use Sylius\Component\Core\Repository\OrderRepositoryInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
final class ManagingOrdersContext implements Context
|
||||
|
|
@ -36,8 +35,7 @@ final class ManagingOrdersContext implements Context
|
|||
private ResponseCheckerInterface $responseChecker,
|
||||
private IriConverterInterface $iriConverter,
|
||||
private SecurityServiceInterface $adminSecurityService,
|
||||
private SharedStorageInterface $sharedStorage,
|
||||
private OrderRepositoryInterface $orderRepository
|
||||
private SharedStorageInterface $sharedStorage
|
||||
) {
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -165,7 +165,6 @@
|
|||
<argument type="service" id="api_platform.iri_converter" />
|
||||
<argument type="service" id="sylius.behat.api_security" />
|
||||
<argument type="service" id="sylius.behat.shared_storage" />
|
||||
<argument type="service" id="sylius.repository.order" />
|
||||
</service>
|
||||
|
||||
<service id="sylius.behat.context.api.admin.managing_zones" class="Sylius\Behat\Context\Api\Admin\ManagingZonesContext">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue