Version Notes
Validation Order Id
Download this release
Release Info
Developer | Oswaldo Lopez Garcia |
Extension | Compropago_Payment_Extension |
Version | 1.0.3.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.3.1
app/design/frontend/base/default/template/compropago/onepage_success.phtml
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
?>
|
6 |
|
7 |
<?php echo $this->getMessagesBlock()->getGroupedHtml(); ?>
|
8 |
-
<?php $compropagoId = Mage::getSingleton('core/session')->getCompropagoId()
|
9 |
?>
|
10 |
|
11 |
<div id="receipt" class="receipt">
|
5 |
?>
|
6 |
|
7 |
<?php echo $this->getMessagesBlock()->getGroupedHtml(); ?>
|
8 |
+
<?php $compropagoId = Mage::getSingleton('core/session')->getCompropagoId();
|
9 |
?>
|
10 |
|
11 |
<div id="receipt" class="receipt">
|
package.xml
CHANGED
@@ -11,8 +11,8 @@
|
|
11 |
<notes>Validation Order Id</notes>
|
12 |
<authors><author><name>Oswaldo Lopez Garcia</name><user>waldix</user><email>waldix@compropago.com</email></author></authors>
|
13 |
<date>2016-05-02</date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Compropago.xml" hash="884374bb8a46b5ac9a62cd8b9f351401"/></dir></target><target name="magecommunity"><dir name="Compropago"><dir name="Block"><file name="Form.php" hash="102aede546471a086a767c8b62fb83a4"/><file name="OnepageSuccess.php" hash="b941b628c1570af5f37cf0214008b1bd"/></dir><dir name="Helper"><file name="Data.php" hash="5d3d5f4f86f2cec56315a1b02cc3d308"/></dir><dir name="Model"><file name="Api.php" hash="938a6d86c0c5217f3ba06c6459fb3599"/><file name="Providers.php" hash="53c2d805af2a5af102537420b4776b32"/><file name="Standard.php" hash="5a171def8a9ee9d2d52f9dd1784b4f2d"/></dir><dir name="controllers"><file name="WebhookController.php" hash="a76da821b51784ce4b4a01dc1893f414"/></dir><dir name="etc"><file name="config.xml" hash="26776d50679f9c07924f5ab0a7beeb76"/><file name="system.xml" hash="63d480092fa87465736d905668e3110a"/></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="compropago"><file name="cash.phtml" hash="bf57cd924b25bfaf95d067e5bb0b4909"/><file name="onepage_success.phtml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
11 |
<notes>Validation Order Id</notes>
|
12 |
<authors><author><name>Oswaldo Lopez Garcia</name><user>waldix</user><email>waldix@compropago.com</email></author></authors>
|
13 |
<date>2016-05-02</date>
|
14 |
+
<time>19:07:39</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Compropago.xml" hash="884374bb8a46b5ac9a62cd8b9f351401"/></dir></target><target name="magecommunity"><dir name="Compropago"><dir name="Block"><file name="Form.php" hash="102aede546471a086a767c8b62fb83a4"/><file name="OnepageSuccess.php" hash="b941b628c1570af5f37cf0214008b1bd"/></dir><dir name="Helper"><file name="Data.php" hash="5d3d5f4f86f2cec56315a1b02cc3d308"/></dir><dir name="Model"><file name="Api.php" hash="938a6d86c0c5217f3ba06c6459fb3599"/><file name="Providers.php" hash="53c2d805af2a5af102537420b4776b32"/><file name="Standard.php" hash="5a171def8a9ee9d2d52f9dd1784b4f2d"/></dir><dir name="controllers"><file name="WebhookController.php" hash="a76da821b51784ce4b4a01dc1893f414"/></dir><dir name="etc"><file name="config.xml" hash="26776d50679f9c07924f5ab0a7beeb76"/><file name="system.xml" hash="63d480092fa87465736d905668e3110a"/></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="compropago"><file name="cash.phtml" hash="bf57cd924b25bfaf95d067e5bb0b4909"/><file name="onepage_success.phtml" hash="a1b54a2c84f1c0210c050de308327487"/></dir></dir><dir name="layout"><file name="compropago.xml" hash="b4c43eb397d0a9ce59b35377ef70e0ed"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="compropago"><file name="compropago.css" hash="08479b7c091dfc3cbec76ca272d62355"/></dir></dir><dir name="images"><dir name="compropago"><file name="providers.png" hash="44d36ab2a211de651e0ba98dd5961bea"/><file name="warning.png" hash="e30bf5b88671a415ca7771b3e5dd9c19"/></dir></dir></dir></dir></dir></target><target name="mage"><dir><dir name="js"><dir name="compropago"><file name="compropago.js" hash="0eff4d21b97e7878269ef84186e1b299"/></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|