Skip to content

Commit bfff4f3

Browse files
author
Marc Bernabeu
committed
up version 0.2.4
1 parent a622216 commit bfff4f3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/code/community/Devopensource/Redsys/Helper/Data.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ public function stateErrorTpv($_order,$errorMessage = null){
184184

185185
// Notificacion privada
186186
$this->setCustomState($_order, $state, $status, $comment, false, false);
187-
Mage::dispatchEvent('order_cancel_after', array('order' => $_order));
188187
$_order->save();
189188

190189
$allowStatuses = explode(',', Mage::getStoreConfig('payment/redsys/notify_order_status',Mage::app()->getStore()));

app/code/community/Devopensource/Redsys/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<config>
33
<modules>
44
<Devopensource_Redsys>
5-
<version>0.2.3</version>
5+
<version>0.2.4</version>
66
</Devopensource_Redsys>
77
</modules>
88
<global>

0 commit comments

Comments
 (0)