Skip to content

Commit 21a0d31

Browse files
Merge pull request #201 from pagarme/stg
Stg
2 parents 485d6b7 + 59dfef8 commit 21a0d31

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

Block/Adminhtml/System/Config/Form/Field/MarketplaceMessage.php

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,9 @@ public function render(AbstractElement $element)
2727
{
2828
$html = "";
2929
if(!$this->moduleManager->isEnabled("Webkul_Marketplace")){
30-
$html = __(<<<MSG
31-
<p class='message message-notification'>
32-
You need to activate the
33-
<a href='https://store.webkul.com/magento2-multi-vendor-marketplace.html' target='_blank'>
34-
Webkul Marketplace
35-
</a>
36-
extension.
37-
</p>
38-
MSG);
30+
$html = __("<p class='message message-notification'>You need to activate the " .
31+
"<a href='https://store.webkul.com/magento2-multi-vendor-marketplace.html' target='_blank'>" .
32+
"Webkul Marketplace</a> extension.</p>");
3933
}
4034
return $html;
4135
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pagarme/pagarme-magento2-module",
33
"license": "MIT",
4-
"version": "2.2.3",
4+
"version": "2.2.4",
55
"type": "magento2-module",
66
"description": "Magento 2 Module Pagar.me",
77
"require": {

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
-->
1111
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
12-
<module name="Pagarme_Pagarme" setup_version="2.2.3">
12+
<module name="Pagarme_Pagarme" setup_version="2.2.4">
1313
<sequence>
1414
<module name="Magento_Sales" />
1515
<module name="Magento_Payment" />

0 commit comments

Comments
 (0)