Skip to content

Commit 297763a

Browse files
author
Viktor Tymchynskyi
committed
MAGETWO-37717: IPN messages doesn't show relevant info about transaction
- Fix unit test
1 parent f423549 commit 297763a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Test/Unit/Model/Order/PaymentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ function ($value) {
196196
);
197197
$this->serviceOrderFactory = $this->getMock(
198198
'Magento\Sales\Model\Service\OrderFactory',
199-
[],
199+
['create'],
200200
[],
201201
'',
202202
false

0 commit comments

Comments
 (0)