Skip to content

Commit

Permalink
Merge pull request magento#978 from magento-engcom/source_selection_a…
Browse files Browse the repository at this point in the history
…lgoritm_button_code_fix

Source Selection algorithm param name fix
  • Loading branch information
vadimjustus authored Apr 18, 2018
2 parents 174cc09 + d2fb9b5 commit c142946
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function getButtonData()
'params' => [
false,
[
'algorithm_code' => $defaultSAlgorithmCode,
'algorithmCode' => $defaultSAlgorithmCode,
],
]
]
Expand Down Expand Up @@ -101,7 +101,7 @@ protected function getAlgorithmsListOptions()
'params' => [
false,
[
'algorithm_code' => $algorithm->getCode(),
'algorithmCode' => $algorithm->getCode(),
],
],
],
Expand Down

0 comments on commit c142946

Please sign in to comment.