Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion app/code/community/Sign2pay/Payment/Block/Form/Sign2pay.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ class Sign2pay_Payment_Block_Form_Sign2pay extends Mage_Payment_Block_Form
protected function _construct()
{
parent::_construct();
$this->setTemplate('sign2pay/form/sign2pay.phtml');
$this->setTemplate('sign2pay/form/sign2pay.phtml')
->setMethodLabelAfterHtml('<img src="https://app.sign2pay.com/api/v2/banks/logo.gif" alt="Sign2pay" height="20" style="margin-right: 0.4em;"/>');
}

protected function _prepareLayout()
Expand Down