Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dat committed Jan 9, 2017
1 parent 89cb8bb commit f37f43c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sirateck/mage-tools",
"version": "1.1.2",
"version": "1.2.0",
"repositories": [
{
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function payPostAction(){
if($op->getHpayId())
{

$this->_getSession()->addSuccess($this->__("You paid %s to your Iban %s from your wallet <b>%s</b>",$amountFormated,$iban,$walletId));
$this->_getSession()->addSuccess($this->__("You paid %s to your Iban %s from your wallet <b>%s</b>", $amountFormated, $iban, $walletId));
}
else {
Mage::throwException($this->__("An error occurred. Please contact support."));
Expand Down
2 changes: 1 addition & 1 deletion src/app/code/community/Sirateck/Lemonway/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<config>
<modules>
<Sirateck_Lemonway>
<version>1.1.2</version>
<version>1.2.0</version>
</Sirateck_Lemonway>
</modules>
<global>
Expand Down

0 comments on commit f37f43c

Please sign in to comment.