We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb8ca78 + 99a3df1 commit efed677Copy full SHA for efed677
Client/Request/PaymentCreateRequest.php
@@ -22,6 +22,7 @@ class PaymentCreateRequest implements RequestInterface
22
* @var PaymentCreate
23
*/
24
private $paymentCreate;
25
+
26
/**
27
* @var string
28
Test/Integration/Controller/RedirectTest.php
@@ -25,7 +25,6 @@ public function testDoesRedirectsToCartWhenNoOrderIsFound()
}
- *
29
* @magentoDataFixture Magento/Sales/_files/order.php
30
31
public function testRedirectsToCartOnException()
@@ -51,7 +50,6 @@ public function testRedirectsToCartOnException()
51
50
52
53
54
55
56
57
public function testRedirect()
0 commit comments