Osgrow_Copayco - Version 1.0.2

Version Notes

small bugs fixing

Download this release

Release Info

Developer Osgrow
Extension Osgrow_Copayco
Version 1.0.2
Comparing to
See all releases


Code changes from version 1.0.1 to 1.0.2

app/code/community/Osgrow/Copayco/Block/Redirect.php CHANGED
@@ -23,7 +23,7 @@
23
  * @author Dmytro Borodulin
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
- class Osgrow_Privat24_Block_Redirect extends Mage_Core_Block_Abstract{
27
 
28
  /*
29
  * _toHtml
23
  * @author Dmytro Borodulin
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
+ class Osgrow_Copayco_Block_Redirect extends Mage_Core_Block_Abstract{
27
 
28
  /*
29
  * _toHtml
app/code/community/Osgrow/Copayco/Helper/copayco.php CHANGED
@@ -13,25 +13,24 @@ class copayco_api
13
  /**
14
  * CoPayCo submit URL
15
  */
16
- //const SUBMIT_URL = 'https://www.copayco.com/pay.php';
17
- const SUBMIT_URL = 'http://www.copayco.int/pay.php';
18
  /**
19
  * CoPayCo submit test URL
20
  */
21
- //const SUBMIT_URL_TEST = 'https://www.test.copayco.com/pay.php';
22
- const SUBMIT_URL_TEST = 'http://www.copayco.int/pay.php';
23
 
24
  /**
25
  * CoPayCo notification URL
26
  */
27
- //const NOTIFICATION_URL = 'https://www.copayco.com/notify_delivering.php';
28
- const NOTIFICATION_URL = 'http://www.copayco.int/notify_delivering.php';
29
-
30
  /**
31
  * CoPayCo notification test URL
32
  */
33
- //const NOTIFICATION_URL_TEST = 'https://www.test.copayco.com/notify_delivering.php';
34
- const NOTIFICATION_URL_TEST = 'https://www.copayco.int/notify_delivering.php';
35
 
36
  /**
37
  * Key of transaction id
13
  /**
14
  * CoPayCo submit URL
15
  */
16
+ const SUBMIT_URL = 'https://www.copayco.com/pay.php';
17
+
18
  /**
19
  * CoPayCo submit test URL
20
  */
21
+ const SUBMIT_URL_TEST = 'https://www.test.copayco.com/pay.php';
22
+
23
 
24
  /**
25
  * CoPayCo notification URL
26
  */
27
+ const NOTIFICATION_URL = 'https://www.copayco.com/notify_delivering.php';
28
+
 
29
  /**
30
  * CoPayCo notification test URL
31
  */
32
+ const NOTIFICATION_URL_TEST = 'https://www.test.copayco.com/notify_delivering.php';
33
+
34
 
35
  /**
36
  * Key of transaction id
app/code/community/Osgrow/Copayco/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Osgrow_Copayco>
5
- <version>1.0.1</version>
6
  </Osgrow_Copayco>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Osgrow_Copayco>
5
+ <version>1.0.2</version>
6
  </Osgrow_Copayco>
7
  </modules>
8
  <global>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Osgrow_Copayco</name>
4
- <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Payment Module for Magento</summary>
10
  <description>www.copayco.com payment module allows recieving payment via internet acquiring(visa, mastercard), internet banking, terminals</description>
11
- <notes>added package content</notes>
12
  <authors><author><name>Osgrow</name><user>osgrow</user><email>info@osgrow.net</email></author></authors>
13
- <date>2015-01-27</date>
14
- <time>08:35:28</time>
15
- <contents><target name="magecommunity"><dir name="Osgrow"><dir name="Copayco"><dir name="Block"><file name="Redirect.php" hash="299b453bdcdbe6270ed877c042187a77"/></dir><dir name="Helper"><file name="Api.php" hash="d158e755f2f0494fab29d60c617254f3"/><file name="Data.php" hash="d7f25fb9c67857e162b846067fd4777e"/><file name="config.php" hash="ab356fac7e14430cccab80b0acac0b4d"/><file name="copayco.php" hash="f7b74b67a12849bab4a2eb608bdde444"/></dir><dir name="Model"><file name="Standard.php" hash="11d8670f4c2e502eddef9d4e172d2355"/></dir><dir name="controllers"><file name="StandardController.php" hash="92883b5b7c3a52a6129e905f52943431"/></dir><dir name="etc"><file name="config.xml" hash="8d249f7f02d12ffa7ffa14e8ef73cd7d"/><file name="system.xml" hash="bcbfd92237c1b676d19ccf9bf091215e"/></dir></dir></dir></target><target name="magelocale"><dir><dir name="ru_RU"><file name="Osgrow_Copayco.csv" hash="63f3244f194470a15cecd556b1f82695"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Osgrow_Copayco.xml" hash="aa07a7eeb9ce66a3a15032356e57bd3f"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Osgrow_Copayco</name>
4
+ <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Payment Module for Magento</summary>
10
  <description>www.copayco.com payment module allows recieving payment via internet acquiring(visa, mastercard), internet banking, terminals</description>
11
+ <notes>small bugs fixing</notes>
12
  <authors><author><name>Osgrow</name><user>osgrow</user><email>info@osgrow.net</email></author></authors>
13
+ <date>2015-01-28</date>
14
+ <time>11:44:58</time>
15
+ <contents><target name="magecommunity"><dir name="Osgrow"><dir name="Copayco"><dir name="Block"><file name="Redirect.php" hash="975a5ddf2349a581310764a2f3745c44"/></dir><dir name="Helper"><file name="Api.php" hash="d158e755f2f0494fab29d60c617254f3"/><file name="Data.php" hash="d7f25fb9c67857e162b846067fd4777e"/><file name="config.php" hash="ab356fac7e14430cccab80b0acac0b4d"/><file name="copayco.php" hash="186888019d73aaf23a25cfbc741333b3"/></dir><dir name="Model"><file name="Standard.php" hash="11d8670f4c2e502eddef9d4e172d2355"/></dir><dir name="controllers"><file name="StandardController.php" hash="92883b5b7c3a52a6129e905f52943431"/></dir><dir name="etc"><file name="config.xml" hash="447d05985a3c61eeee300d5561dd0b5f"/><file name="system.xml" hash="bcbfd92237c1b676d19ccf9bf091215e"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Osgrow_Copayco.xml" hash="aa07a7eeb9ce66a3a15032356e57bd3f"/></dir></target><target name="magelocale"><dir><dir name="ru_RU"><file name="Osgrow_Copayco.csv" hash="63f3244f194470a15cecd556b1f82695"/></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>