@@ -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 | { |