@@ -815,6 +815,8 @@ |
||
815 | 815 | /** |
816 | 816 | * @Given I have proceeded order with :shippingMethod shipping method and :paymentMethod payment |
817 | 817 | * @When I proceed with :shippingMethod shipping method and :paymentMethod payment |
818 | + * @param string $shippingMethod |
|
819 | + * @param string $paymentMethod |
|
818 | 820 | */ |
819 | 821 | public function iProceedOrderWithShippingMethodAndPayment($shippingMethod, $paymentMethod) |
820 | 822 | { |
@@ -21,7 +21,6 @@ |
||
21 | 21 | use Sylius\Behat\Page\Shop\Checkout\SelectShippingPageInterface; |
22 | 22 | use Sylius\Behat\Page\UnexpectedPageException; |
23 | 23 | use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface; |
24 | -use Sylius\Behat\Service\SharedStorageInterface; |
|
25 | 24 | use Sylius\Component\Addressing\Model\CountryInterface; |
26 | 25 | use Webmozart\Assert\Assert; |
27 | 26 |