Skip to content

Commit

Permalink
Update app/code/core/Mage/Payment/Block/Form/Container.php
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmollenhour authored Jun 29, 2020
1 parent 9ba99da commit b6651ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Payment/Block/Form/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected function _prepareLayout()
*/
foreach ($this->getMethods() as $method) {
$this->setChild(
'payment.method.'.$method->getCode(),
'payment.method.' . $method->getCode(),
$this->helper('payment')->getMethodFormBlock($method)
);
}
Expand Down

0 comments on commit b6651ad

Please sign in to comment.