Skip to content

Commit 4a5b47e

Browse files
committed
MC-17003: Update Totals button is missing from Credit Memo page
1 parent a200613 commit 4a5b47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Sales/Test/TestStep/CreateCreditMemoStep.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ protected function getCreditMemoIds()
127127
* @param array $data
128128
* @return int
129129
*/
130-
private function compareRefundTotalsData($data): int
130+
private function compareRefundTotalsData(array $data): int
131131
{
132132
$compareData = [
133133
'shipping_amount' =>

0 commit comments

Comments
 (0)