Skip to content

Commit bac46e4

Browse files
author
Ivan Tagil
committed
Merge remote-tracking branch 'remotes/origin/feature/direct-flow' into feature/CMP-65_configuration-of-order-expiry-time
2 parents 760d06c + e109f73 commit bac46e4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Client/Request/PaymentCreateRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class PaymentCreateRequest implements RequestInterface
2222
* @var PaymentCreate
2323
*/
2424
private $paymentCreate;
25+
2526
/**
2627
* @var string
2728
*/

Test/Integration/Controller/RedirectTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public function testDoesRedirectsToCartWhenNoOrderIsFound()
2525
}
2626

2727
/**
28-
*
2928
* @magentoDataFixture Magento/Sales/_files/order.php
3029
*/
3130
public function testRedirectsToCartOnException()
@@ -51,7 +50,6 @@ public function testRedirectsToCartOnException()
5150
}
5251

5352
/**
54-
*
5553
* @magentoDataFixture Magento/Sales/_files/order.php
5654
*/
5755
public function testRedirect()

0 commit comments

Comments
 (0)