We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54afcdc commit 5292929Copy full SHA for 5292929
app/code/community/Devopensource/Redsys/Model/Redsys.php
@@ -22,7 +22,7 @@ class Devopensource_Redsys_Model_Redsys extends Mage_Payment_Model_Method_Abstra
22
23
24
public function getOrderPlaceRedirectUrl() {
25
- return Mage::getUrl('redsys/index/redirect', array('_secure' => true));
+ return Mage::getUrl('redsys/index/redirect', array('_secure' => true, 'token' => uniqid()));
26
}
27
28
app/code/community/Devopensource/Redsys/etc/config.xml
@@ -2,7 +2,7 @@
2
<config>
3
<modules>
4
<Devopensource_Redsys>
5
- <version>0.2.2</version>
+ <version>0.2.3</version>
6
</Devopensource_Redsys>
7
</modules>
8
<global>
0 commit comments