Skip to content
Snippets Groups Projects
Commit 66a4b145 authored by Vasyl Kozyrenko's avatar Vasyl Kozyrenko
Browse files

MTA-3901: Add variation for Partial Refund an order placed through Braintree with Partial capture

parent 30fab5ba
No related merge requests found
......@@ -74,7 +74,7 @@ class SubmitOrderStep implements TestStepInterface
* @param FixtureFactory $fixtureFactory
* @param Customer $customer
* @param \Magento\Mtf\Fixture\FixtureInterface[] $products
* @param OrderInjectable $order
* @param OrderInjectable|null $order
* @param Address|null $billingAddress
*/
public function __construct(
......@@ -90,9 +90,9 @@ class SubmitOrderStep implements TestStepInterface
$this->salesOrderView = $salesOrderView;
$this->fixtureFactory = $fixtureFactory;
$this->customer = $customer;
$this->billingAddress = $billingAddress;
$this->products = $products;
$this->order = $order;
$this->billingAddress = $billingAddress;
}
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment