This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -16,20 +16,17 @@ class AssertSignifydCaseInOrdersGrid extends AbstractConstraint
16
16
{
17
17
/**
18
18
* @param string $orderId
19
- * @param string $status
20
19
* @param OrdersGrid $ordersGrid
21
20
* @param SignifydData $signifydData
22
21
* @return void
23
22
*/
24
23
public function processAssert (
25
24
$ orderId ,
26
- $ status ,
27
25
OrdersGrid $ ordersGrid ,
28
26
SignifydData $ signifydData
29
27
) {
30
28
$ filter = [
31
29
'id ' => $ orderId ,
32
- 'status ' => $ status ,
33
30
'signifyd_guarantee_status ' => $ signifydData ->getGuaranteeDisposition ()
34
31
];
35
32
Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ public function __construct(
123
123
public function run ()
124
124
{
125
125
$ this ->checkOrdersGrid ();
126
- $ this ->checkOrderStatus ();
127
126
$ this ->checkCaseInfo ();
127
+ $ this ->checkOrderStatus ();
128
128
}
129
129
130
130
/**
@@ -136,7 +136,6 @@ private function checkOrdersGrid()
136
136
{
137
137
$ this ->assertOrdersGrid ->processAssert (
138
138
$ this ->orderId ,
139
- $ this ->placeOrderStatus ,
140
139
$ this ->ordersGrid ,
141
140
$ this ->signifydData
142
141
);
You can’t perform that action at this time.
0 commit comments