Version Notes
Versão 0.1.0
- API para integrar com Quitar
Versão 0.1.1
- chamando também o custom por causa do matrix rate
Versão 0.1.2
- listando todos os pedidos
Download this release
Release Info
Developer | Inovarti |
Extension | inovarti_quitar |
Version | 0.1.2 |
Comparing to | |
See all releases |
Code changes from version 0.1.1 to 0.1.2
app/code/community/Inovarti/Quitar/Model/Api.php
CHANGED
@@ -47,7 +47,7 @@ class Inovarti_Quitar_Model_Api extends Mage_Api_Model_Resource_Abstract {
|
|
47 |
))
|
48 |
->where('o.status NOT IN(?)', array('canceled', 'holded'))
|
49 |
->where('a.address_type = ?', 'shipping')
|
50 |
-
|
51 |
->order('o.entity_id ASC')
|
52 |
->limit($limit);
|
53 |
|
47 |
))
|
48 |
->where('o.status NOT IN(?)', array('canceled', 'holded'))
|
49 |
->where('a.address_type = ?', 'shipping')
|
50 |
+
//->where('t.carrier_code LIKE ? OR t.carrier_code = \'custom\' ', '%correios%')
|
51 |
->order('o.entity_id ASC')
|
52 |
->limit($limit);
|
53 |
|
app/code/community/Inovarti/Quitar/etc/config.xml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
<config>
|
12 |
<modules>
|
13 |
<Inovarti_Quitar>
|
14 |
-
<version>0.1.
|
15 |
</Inovarti_Quitar>
|
16 |
</modules>
|
17 |
<global>
|
11 |
<config>
|
12 |
<modules>
|
13 |
<Inovarti_Quitar>
|
14 |
+
<version>0.1.2</version>
|
15 |
</Inovarti_Quitar>
|
16 |
</modules>
|
17 |
<global>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>inovarti_quitar</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license>Inovarti License</license>
|
7 |
<channel>community</channel>
|
@@ -12,11 +12,14 @@
|
|
12 |
- API para integrar com Quitar 
|
13 |

|
14 |
Versão 0.1.1
|
15 |
-
- chamando também o custom por causa do matrix rate
|
|
|
|
|
|
|
16 |
<authors><author><name>Inovarti</name><user>Inovarti</user><email>suporte@inovarti.com.br</email></author></authors>
|
17 |
-
<date>2014-07-
|
18 |
-
<time>
|
19 |
-
<contents><target name="magecommunity"><dir name="Inovarti"><dir name="Quitar"><dir name="Helper"><file name="Data.php" hash="06b714f1b5469bf7ec16f8296bb93ba0"/></dir><dir name="Model"><file name="Api.php" hash="
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>inovarti_quitar</name>
|
4 |
+
<version>0.1.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>Inovarti License</license>
|
7 |
<channel>community</channel>
|
12 |
- API para integrar com Quitar 
|
13 |

|
14 |
Versão 0.1.1
|
15 |
+
- chamando também o custom por causa do matrix rate
|
16 |
+

|
17 |
+
Versão 0.1.2
|
18 |
+
- listando todos os pedidos</notes>
|
19 |
<authors><author><name>Inovarti</name><user>Inovarti</user><email>suporte@inovarti.com.br</email></author></authors>
|
20 |
+
<date>2014-07-26</date>
|
21 |
+
<time>01:57:30</time>
|
22 |
+
<contents><target name="magecommunity"><dir name="Inovarti"><dir name="Quitar"><dir name="Helper"><file name="Data.php" hash="06b714f1b5469bf7ec16f8296bb93ba0"/></dir><dir name="Model"><file name="Api.php" hash="d6b93ed1ac36f8cb22e5242e6088a265"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Line.php" hash="fd44b8d5f73dbc0ed46278da7a60b5d6"/></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="b185a6666c39a4c59797b2e7fef3f110"/><file name="api.xml" hash="88946727805f8c7668b69ee9d3f21c51"/><file name="config.xml" hash="ea3b3cc9f01ae4b1ff7c0b090db2ea83"/><file name="system.xml" hash="762debd0abc0a5ce779747f04c1eacc1"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Inovarti_Quitar.xml" hash="9bd323439b1609a80cd10af97411cc06"/></dir></target><target name="magelocale"><dir><dir name="pt_BR"><file name="Inovarti_Quitar.csv" hash="704769802b63f9907895819c71ddf2e5"/></dir></dir></target></contents>
|
23 |
<compatible/>
|
24 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
25 |
</package>
|