Skip to content

Commit

Permalink
Adding version information in the Tpay configuration view
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed Jul 24, 2024
1 parent 1bbb0f7 commit e3caa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Config/Source/VersionInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function __construct(Context $context, TpayConfigInterface $tpayConfig, a
parent::__construct($context, $data);
}

protected function _getElementHtml(AbstractElement $element): string
protected function _getElementHtml(AbstractElement $element): string // phpcs:ignore
{
return $this->tpayConfig->buildMagentoInfo();
}
Expand Down

0 comments on commit e3caa27

Please sign in to comment.