diff --git a/composer.json b/composer.json
index 5df9282..12dc4e4 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "sirateck/mage-tools",
- "version": "1.1.2",
+ "version": "1.2.0",
"repositories": [
{
"type": "git",
diff --git a/config.php b/config.php
index 690f3b0..8be6f49 100644
--- a/config.php
+++ b/config.php
@@ -5,7 +5,7 @@
'summary' => 'INTEGRATE YOUR TECHNOLOGY, MAKE THE MOST OF OUR SERVICES!',
'description' => 'Through its API, Lemon Way offers you state-of-the-art payment technology. Beyond their technological expertise, Lemon Way also offers a multitude of complementary regulation and management services.',
'notes' => '',
- 'extension_version' => '1.1.2',
+ 'extension_version' => '1.2.0',
'skip_version_compare' => false,
'auto_detect_version' => true,
diff --git a/src/app/code/community/Sirateck/Lemonway/controllers/Adminhtml/Lemonway/MoneyoutController.php b/src/app/code/community/Sirateck/Lemonway/controllers/Adminhtml/Lemonway/MoneyoutController.php
index 316b9fc..b6658df 100644
--- a/src/app/code/community/Sirateck/Lemonway/controllers/Adminhtml/Lemonway/MoneyoutController.php
+++ b/src/app/code/community/Sirateck/Lemonway/controllers/Adminhtml/Lemonway/MoneyoutController.php
@@ -92,7 +92,7 @@ public function payPostAction(){
if($op->getHpayId())
{
- $this->_getSession()->addSuccess($this->__("You paid %s to your Iban %s from your wallet %s",$amountFormated,$iban,$walletId));
+ $this->_getSession()->addSuccess($this->__("You paid %s to your Iban %s from your wallet %s", $amountFormated, $iban, $walletId));
}
else {
Mage::throwException($this->__("An error occurred. Please contact support."));
diff --git a/src/app/code/community/Sirateck/Lemonway/etc/config.xml b/src/app/code/community/Sirateck/Lemonway/etc/config.xml
index 7bd2d14..6020270 100644
--- a/src/app/code/community/Sirateck/Lemonway/etc/config.xml
+++ b/src/app/code/community/Sirateck/Lemonway/etc/config.xml
@@ -19,7 +19,7 @@
- 1.1.2
+ 1.2.0