Skip to content

Commit 4344cc9

Browse files
committed
MAGETWO-99112: Payment Method Not Showing Admin Sales Grid only check method showing
1 parent da0c737 commit 4344cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Payment/Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public function getStoreMethods($store = null, $quote = null)
149149
}
150150
$res[] = $methodInstance;
151151
}
152-
152+
// phpcs:ignore Generic.PHP.NoSilencedErrors
153153
@uasort(
154154
$res,
155155
function (MethodInterface $a, MethodInterface $b) {

0 commit comments

Comments
 (0)