Skip to content

Commit

Permalink
Merge pull request #201 from pagarme/stg
Browse files Browse the repository at this point in the history
Stg
  • Loading branch information
mateus-picoloto authored Jul 10, 2023
2 parents 485d6b7 + 59dfef8 commit 21a0d31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
12 changes: 3 additions & 9 deletions Block/Adminhtml/System/Config/Form/Field/MarketplaceMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,9 @@ public function render(AbstractElement $element)
{
$html = "";
if(!$this->moduleManager->isEnabled("Webkul_Marketplace")){
$html = __(<<<MSG
<p class='message message-notification'>
You need to activate the
<a href='https://store.webkul.com/magento2-multi-vendor-marketplace.html' target='_blank'>
Webkul Marketplace
</a>
extension.
</p>
MSG);
$html = __("<p class='message message-notification'>You need to activate the " .
"<a href='https://store.webkul.com/magento2-multi-vendor-marketplace.html' target='_blank'>" .
"Webkul Marketplace</a> extension.</p>");
}
return $html;
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pagarme/pagarme-magento2-module",
"license": "MIT",
"version": "2.2.3",
"version": "2.2.4",
"type": "magento2-module",
"description": "Magento 2 Module Pagar.me",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Pagarme_Pagarme" setup_version="2.2.3">
<module name="Pagarme_Pagarme" setup_version="2.2.4">
<sequence>
<module name="Magento_Sales" />
<module name="Magento_Payment" />
Expand Down

0 comments on commit 21a0d31

Please sign in to comment.