Osgrow_Copayco - Version 1.0.1

Version Notes

added package content

Download this release

Release Info

Developer Osgrow
Extension Osgrow_Copayco
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

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_Copayco_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_Privat24_Block_Redirect extends Mage_Core_Block_Abstract{
27
 
28
  /*
29
  * _toHtml
app/code/community/Osgrow/Copayco/Helper/copayco.php CHANGED
@@ -13,21 +13,25 @@ class copayco_api
13
  /**
14
  * CoPayCo submit URL
15
  */
16
- const SUBMIT_URL = 'https://www.copayco.com/pay.php';
 
17
  /**
18
  * CoPayCo submit test URL
19
  */
20
- const SUBMIT_URL_TEST = 'https://www.test.copayco.com/pay.php';
 
21
 
22
  /**
23
  * CoPayCo notification URL
24
  */
25
- const NOTIFICATION_URL = 'https://www.copayco.com/notify_delivering.php';
 
26
 
27
  /**
28
  * CoPayCo notification test URL
29
  */
30
- const NOTIFICATION_URL_TEST = 'https://www.test.copayco.com/notify_delivering.php';
 
31
 
32
  /**
33
  * Key of transaction id
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
app/code/community/Osgrow/Copayco/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Osgrow_Copayco>
5
- <version>1.0.0</version>
6
  </Osgrow_Copayco>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Osgrow_Copayco>
5
+ <version>1.0.1</version>
6
  </Osgrow_Copayco>
7
  </modules>
8
  <global>
app/etc/modules/Osgrow_Copayco.xml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ /**
4
+ * CoPayCo payment extension for Magento
5
+ * @category Osgrow
6
+ * @package Osgrow_Copayco
7
+ * @author Osgrow
8
+ * @copyright Copyright (c) 2015 Osgrow (http://www.osgrow.net)
9
+ * @author Dmytro Borodulin
10
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
11
+ */
12
+ -->
13
+ <config>
14
+ <modules>
15
+ <Osgrow_Copayco>
16
+ <active>true</active>
17
+ <codePool>community</codePool>
18
+ <depends>
19
+ <Mage_Sales />
20
+ <Mage_Payment />
21
+ </depends>
22
+ </Osgrow_Copayco>
23
+ </modules>
24
+ </config>
app/locale/ru_RU/Osgrow_Copayco.csv ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ "Extension:","Модуль:"
2
+ "Enabled","Включен"
3
+ "Test Mode","Тестовый режим"
4
+ "Shop Id","Id магазина"
5
+ "Sign Key","Mac подпись"
6
+ "Sort order","Порядок сортировки"
7
+ "Payment canceled! Pleas try again later.","Платеж не прошел."
8
+ "Copayco Payment.","Платежная система CoPayCo."
9
+ "If not redirected, click here.","Нажмите, если Вы не перенаправленны."
package.xml CHANGED
@@ -1,19 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Osgrow_Copayco</name>
4
- <version>1.0.0</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&#xD;
11
- recieving payment via internet acquiring(visa &amp; mastercard), internet banking, terminals</description>
12
- <notes>First Stable Release</notes>
13
  <authors><author><name>Osgrow</name><user>osgrow</user><email>info@osgrow.net</email></author></authors>
14
- <date>2015-01-23</date>
15
- <time>12:59:30</time>
16
- <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="31937b0b511bcadc23718c0c64929b0b"/></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="58f23e2e1e1013a9903eb5beee10463e"/><file name="system.xml" hash="bcbfd92237c1b676d19ccf9bf091215e"/></dir></dir></dir></target><target name="magelocale"><dir/></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
19
  </package>
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>