Skip to content

Commit 31cc419

Browse files
author
Dmytro Yushkin
committed
MAGETWO-65119: Create/update automated functional tests
- Added order id in step returned result
1 parent ec7197c commit 31cc419

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dev/tests/functional/tests/app/Magento/Paypal/Test/TestStep/PlaceOrderWithHostedProStep.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ public function run()
122122
['data' => array_merge($data, $orderData)]
123123
);
124124

125-
return ['order' => $order];
125+
return [
126+
'orderId' => $orderId,
127+
'order' => $order,
128+
];
126129
}
127130
}

0 commit comments

Comments
 (0)