StitchLabs_ChannelIntegration - Version 1.0.8

Version Notes

1.0.8
* Add fixes to report proper validation object errors

1.0.7
* Added module version information endpoint

1.0.6
* Relaxed Magento Core version check to 1.7.0.2

1.0.5
* Added pre-installation checks
* Added PHP server info verifications

1.0.4
* Fixed bug with improper function definitions

1.0.3
* Add pagination functionality to order endpoint

1.0.2
* Added missing stock_data to product info WSDL

1.0.1
* Add pagination functionality to product endpoints

1.0.0
* Initial working release

Download this release

Release Info

Developer Robert Navarro
Extension StitchLabs_ChannelIntegration
Version 1.0.8
Comparing to
See all releases


Code changes from version 1.0.7 to 1.0.8

app/code/community/StitchLabs/ChannelIntegration/Model/Product.php CHANGED
@@ -51,7 +51,7 @@ class StitchLabs_ChannelIntegration_Model_Product
51
  $this->_init('stitchlabs_channelintegration/product');
52
  }
53
  /**
54
- * before save test_label
55
  * @access protected
56
  * @return StitchLabs_ChannelIntegration_Model_Product
57
  * @author Ultimate Module Creator
51
  $this->_init('stitchlabs_channelintegration/product');
52
  }
53
  /**
54
+ * before save Product
55
  * @access protected
56
  * @return StitchLabs_ChannelIntegration_Model_Product
57
  * @author Ultimate Module Creator
app/code/community/StitchLabs/ChannelIntegration/etc/wsi.xml CHANGED
@@ -162,27 +162,27 @@
162
  </wsdl:message>
163
  <wsdl:portType name="{{var wsdl.handler}}PortType">
164
  <wsdl:operation name="channelintegrationProductList">
165
- <wsdl:documentation>Retrieve list of test_labels</wsdl:documentation>
166
  <wsdl:input message="typens:channelintegrationProductListRequest"/>
167
  <wsdl:output message="typens:channelintegrationProductListResponse"/>
168
  </wsdl:operation>
169
  <wsdl:operation name="channelintegrationProductInfo">
170
- <wsdl:documentation>Retrieve test_label info</wsdl:documentation>
171
  <wsdl:input message="typens:channelintegrationProductInfoRequest"/>
172
  <wsdl:output message="typens:channelintegrationProductInfoResponse"/>
173
  </wsdl:operation>
174
  <wsdl:operation name="channelintegrationProductAdd">
175
- <wsdl:documentation>Add test_label</wsdl:documentation>
176
  <wsdl:input message="typens:channelintegrationProductAddRequest"/>
177
  <wsdl:output message="typens:channelintegrationProductAddResponse"/>
178
  </wsdl:operation>
179
  <wsdl:operation name="channelintegrationProductUpdate">
180
- <wsdl:documentation>Update test_label</wsdl:documentation>
181
  <wsdl:input message="typens:channelintegrationProductUpdateRequest"/>
182
  <wsdl:output message="typens:channelintegrationProductUpdateResponse"/>
183
  </wsdl:operation>
184
  <wsdl:operation name="channelintegrationProductRemove">
185
- <wsdl:documentation>Remove test_label</wsdl:documentation>
186
  <wsdl:input message="typens:channelintegrationProductRemoveRequest"/>
187
  <wsdl:output message="typens:channelintegrationProductRemoveResponse"/>
188
  </wsdl:operation>
162
  </wsdl:message>
163
  <wsdl:portType name="{{var wsdl.handler}}PortType">
164
  <wsdl:operation name="channelintegrationProductList">
165
+ <wsdl:documentation>Retrieve list of Products</wsdl:documentation>
166
  <wsdl:input message="typens:channelintegrationProductListRequest"/>
167
  <wsdl:output message="typens:channelintegrationProductListResponse"/>
168
  </wsdl:operation>
169
  <wsdl:operation name="channelintegrationProductInfo">
170
+ <wsdl:documentation>Retrieve Product info</wsdl:documentation>
171
  <wsdl:input message="typens:channelintegrationProductInfoRequest"/>
172
  <wsdl:output message="typens:channelintegrationProductInfoResponse"/>
173
  </wsdl:operation>
174
  <wsdl:operation name="channelintegrationProductAdd">
175
+ <wsdl:documentation>Add Product</wsdl:documentation>
176
  <wsdl:input message="typens:channelintegrationProductAddRequest"/>
177
  <wsdl:output message="typens:channelintegrationProductAddResponse"/>
178
  </wsdl:operation>
179
  <wsdl:operation name="channelintegrationProductUpdate">
180
+ <wsdl:documentation>Update Product</wsdl:documentation>
181
  <wsdl:input message="typens:channelintegrationProductUpdateRequest"/>
182
  <wsdl:output message="typens:channelintegrationProductUpdateResponse"/>
183
  </wsdl:operation>
184
  <wsdl:operation name="channelintegrationProductRemove">
185
+ <wsdl:documentation>Remove Product</wsdl:documentation>
186
  <wsdl:input message="typens:channelintegrationProductRemoveRequest"/>
187
  <wsdl:output message="typens:channelintegrationProductRemoveResponse"/>
188
  </wsdl:operation>
package.xml CHANGED
@@ -1,14 +1,17 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>StitchLabs_ChannelIntegration</name>
4
- <version>1.0.7</version>
5
  <stability>stable</stability>
6
  <license>MIT</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>This extension provides integration with StitchLabs</summary>
10
  <description>This extension provides integration with StitchLabs</description>
11
- <notes>1.0.7&#xD;
 
 
 
12
  * Added module version information endpoint&#xD;
13
  &#xD;
14
  1.0.6&#xD;
@@ -33,9 +36,9 @@
33
  1.0.0&#xD;
34
  * Initial working release</notes>
35
  <authors><author><name>Stitch Labs</name><user>rnavarro</user><email>dev@stitchlabs.com</email></author></authors>
36
- <date>2015-03-03</date>
37
- <time>21:17:42</time>
38
- <contents><target name="magecommunity"><dir name="StitchLabs"><dir name="ChannelIntegration"><dir name="Helper"><file name="Data.php" hash="bab04699a85cc7926b2c7c58ecaf3f2b"/></dir><dir name="Model"><dir name="Info"><dir name="Api"><file name="V2.php" hash="3e031c800f7238e461778ca23ab2dd70"/></dir></dir><dir name="Order"><dir name="Api"><file name="V2.php" hash="2b16df922d4dbb966fedf5cc003b098c"/></dir><file name="Api.php" hash="730b8a3c34167ebe186eb302060d70f0"/></dir><dir name="Product"><dir name="Api"><file name="V2.php" hash="1b0b9c4f84fb9354bf628a0777e8b534"/></dir><file name="Api.php" hash="45722f9587cc18c23e812c8095be75f6"/></dir><file name="Product.php" hash="5ef16e3f96c25a44d9823de21c46aa71"/><dir name="Resource"><dir name="Order"><file name="Collection.php" hash="3c52131d5b2359f469cededfffa5a012"/></dir><file name="Order.php" hash="d1587e02851a724c5e1f757f07433f74"/><dir name="Product"><file name="Collection.php" hash="4b1c3cbeef65923bacad1660085bbd24"/></dir><file name="Product.php" hash="693cb7ff8d9fd86283d2296abc65cf8d"/><file name="Setup.php" hash="d843283f721ce09d934233a6acf02637"/></dir></dir><dir name="etc"><file name="api.xml" hash="2a4ab67214388d1994bec91f67130052"/><file name="config.xml" hash="ffb28f0061026aea6cc2c28a50a7a9e3"/><file name="wsdl.xml" hash="999051ce7892048a0caccc680d72a5aa"/><file name="wsi.xml" hash="c6d522f9299940cbe487c3a0160faa89"/></dir></dir><dir name=".git"><file name="COMMIT_EDITMSG" hash="8a6717d4ce97bbc974faa0e24af19d1b"/><file name="FETCH_HEAD" hash="c551f2d531a0b103677625de04386e27"/><file name="HEAD" hash="4cf2d64e44205fe628ddd534e1151b58"/><file name="ORIG_HEAD" hash="28cf51a9aa3935c5ff51cd504cf3d519"/><file name="config" hash="5006f126859e126656c5e13b7403947b"/><file name="description" hash="a0a7c3fff21f2aea3cfa1d0316dd816c"/><dir name="hooks"><file name="applypatch-msg.sample" hash="9cc72dc973e24f9623bd3fe708f60ef5"/><file name="commit-msg.sample" hash="579a3c1e12a1e74a98169175fb913012"/><file name="post-update.sample" hash="2b7ea5cee3c49ff53d41e00785eb974c"/><file name="pre-applypatch.sample" hash="a4a7e457b55b5ac2877f7973dbba37e9"/><file name="pre-commit.sample" hash="01b1688f97f94776baae85d77b06048b"/><file name="pre-push.sample" hash="9b64ca5761c6de555d7d1b3c948ecfeb"/><file name="pre-rebase.sample" hash="3ff6ba9cf6d8e5332978e057559b5562"/><file name="prepare-commit-msg.sample" hash="7dfe15854212a30f346da5255c1d794b"/><file name="update.sample" hash="f51b02427757e79621b5235d7efdf117"/></dir><file name="index" hash="ad3f4f32644621643930fb2210a0063d"/><dir name="info"><file name="exclude" hash="036208b4a1ab4a235d75c181e685e5a3"/></dir><dir name="logs"><file name="HEAD" hash="ad0d0e76728ac355b65fdf3927190fed"/><dir name="refs"><dir name="heads"><file name="master" hash="9e803cd90e229e51765c8c5f75e9caa8"/></dir><dir name="remotes"><dir name="origin"><file name="HEAD" hash="069761101bd42d946317c54370fc4fe1"/><dir name="feature"><file name="server-info" hash="d00e6a72de701300838af6af1835736a"/></dir><file name="master" hash="c43b8151d28f29254390c538028c54a4"/></dir></dir><file name="stash" hash="5de0b36e6f90ac99de9f919453703562"/></dir></dir><dir name="objects"><dir name="01"><file name="11aace95e94ad66b3f984384135d61058b35f3" hash="3fa30c08dc00c1d90e7690576bc4ffb6"/><file name="b28c813feecf82e1f21c32bfa57c17652eab21" hash="c8cdd6ec194c63237fddda0cacd84089"/></dir><dir name="07"><file name="5ae42ae48cddefb1f7e78e0e5af25837e68898" hash="ec7e1069961aec96c4bd6a1da72d84e4"/><file name="61e9e256447127398b4ee786bf71613b80e177" hash="7924632a4ce6520102393a9b5293d99c"/></dir><dir name="0a"><file name="d9ad30ce8db74b97aa72dcd38909c611392338" hash="4113f9bf951494204b7c09669d55f964"/></dir><dir name="0b"><file name="4f3674d64a78682e32cb398d7d9593e3b34c87" hash="15ffa85a880342207a588fc480ac4875"/><file name="7c4a7cff09c6ef133c206c841b8fd63c156c33" hash="6232216f833678f69e09a30be1ddb4ab"/></dir><dir name="0f"><file name="535480f34de7e506f62f4c0f411d442c8c58d3" hash="31cee80d7da85a6649a89c2c9f33d913"/></dir><dir name="11"><file name="e2aff7dfae81b71185d3d724c137eb1cda0fa4" hash="c0a864985bea2982b0950466edbd2c28"/></dir><dir name="1c"><file name="dfc6585d7f737ddc6ffba98626017669e9935a" hash="586bbe1caa7cb7e22e0da54732a560c7"/></dir><dir name="20"><file name="b395a4e01464ffd7bdc78ff2b8b6c169353ed2" hash="6d6bffec27d14c02618375addb5f631f"/></dir><dir name="27"><file name="6e7b0f177c71457ccfd2a07a7f5ec44b235206" hash="a4e590b44ffff71a02e85662cc114fa7"/><file name="98de734a56e1d7b5854c36b6a9ef5bbd689925" hash="926990cbc2ac800a98aca60a8b14765d"/></dir><dir name="29"><file name="03d2167e2c256efd6456cb515d319d61197015" hash="b28bda0ee243ce5baf7b2399f21906a4"/></dir><dir name="2a"><file name="bc7aedf2fd8e7868d8d1249f19b81acda97b3b" hash="c2e97cc35ee93fb985c3c0763117a173"/></dir><dir name="2e"><file name="de2e75138c11672e2d52aecf406b6162287860" hash="d378513f3150bccd87f19fef3ae1b760"/></dir><dir name="31"><file name="dc5bc85f00a7e2a136904543dab80db3f3ccb4" hash="99b9e0e57dcbdde9ab8f2d3760eb0635"/></dir><dir name="34"><file name="04c18dea49e67471742b4cbe5253933f5ed3a5" hash="3f739eb3f7c7871a401807242a1403c3"/></dir><dir name="38"><file name="e439806b536f12a43d6e31cdaec26b521206d7" hash="496aef20147534f5987fa36145feb8fe"/></dir><dir name="39"><file name="1b337958447dc5e16b8b75969cd2b243f6ce2d" hash="defc51950f46f9c24b94baf5f101f31c"/></dir><dir name="3d"><file name="a6a97bca2fc30774bac0c37ba6eaaddf896b1b" hash="b4666977af366071a2fc20da59b40433"/></dir><dir name="40"><file name="b26ab3d55d83584c2333c0912b56acf550cc62" hash="c196428c65c488469a87b5f2eb2bf333"/></dir><dir name="41"><file name="0aa6db3c0de4c0faa332579879ace68e4631b5" hash="ce6f2e31a2a9792c3419ac28d09cdd10"/></dir><dir name="42"><file name="93f714a0806bcbcba405ed2188a14b034871b5" hash="dac17a8cc7490bd0ee93bb4df1563068"/></dir><dir name="46"><file name="4e4d72fb77e90baf7a014b5dfd01c67e5017a3" hash="d74c299f25194e83577f7efa3a8cde78"/></dir><dir name="4b"><file name="82aa94f39a91d46699ccbf3a805a71697eaa1f" hash="5306775a438e43ef1624315b9df96dbb"/></dir><dir name="4e"><file name="a556d4e1652793ef2662c886dc8cf8aaab468e" hash="5296a18bff9c6d98a05f76b8ed2b2149"/></dir><dir name="4f"><file name="4f227ab5d601f62f276fcd689bf05705898b06" hash="278eaa429913016b2a403e79a902c9df"/><file name="b6306ae7630638b88ec819abe3dd3087604070" hash="d7840f65f92297718ee38490b7075bc5"/></dir><dir name="54"><file name="1a653b09e1ac487db3a7ff6a38e1d29341b3a3" hash="af3e71dbd67d49fba732db9d19a8f31a"/></dir><dir name="56"><file name="11bd2e81662aa571b9d9625bbc0f8c07120f95" hash="71efd457a63c603a952f7e9d599d8e04"/></dir><dir name="57"><file name="202aace0805184cc59255f5a0f1fa9b2f43eb9" hash="1bba8eda07319240294792f55c3bcbed"/></dir><dir name="59"><file name="9bee4a62d82a3e671705c9375103315894ef1a" hash="3801a3fce67cc779335e8c16f1db8aaf"/></dir><dir name="5a"><file name="f8ae89ed41890216381366060bd06f24270c15" hash="cbc0224d08928c87420f181815e2deaf"/></dir><dir name="5e"><file name="8edf822cbaf72f5a0dd5fdb07b6c4f86ccd218" hash="af9c299e16a935f037902b182d526850"/></dir><dir name="62"><file name="2309e85553a976dc62aeae2a535a9e0c86aa4e" hash="c8a28e9c058c50a920c275d5875dbca9"/></dir><dir name="63"><file name="d337d5c036c371a89ac8af4fdec5798b9a98f9" hash="64d6fd2417d0546ec2a8fe838d988f77"/></dir><dir name="66"><file name="b188a4517a98f1a9c6f44951ff8018af541417" hash="2eda485752a2c5caab0395c25a65004c"/></dir><dir name="68"><file name="183e8c93d980138dc6d0632423c558941557f2" hash="6dc2503787c63bffa22aaf9418b0cd2a"/></dir><dir name="6c"><file name="d3a4096c8592a9d9a3068c38bec0d2caf3fb6d" hash="f8ece66523e8e0da27d7de167f468ab4"/></dir><dir name="6f"><file name="6e0cf202b27d27a0dc70984d1978d42f01215a" hash="68493f180ccfc2fbbd8d6a45b3c4a9a0"/></dir><dir name="73"><file name="4863301963a3080d04e4bc39cf182b37b8c6e7" hash="f9a54ea83d10cf49a9f9dff0b4caa5a5"/></dir><dir name="77"><file name="61ed6f4f2466fb6facc487fd2a7876275c21ff" hash="3f82b0d269ee4bb22e3b9db949497032"/><file name="d672bf4c6a183d2d8fe33dab3fa1f9cb3a4d0b" hash="f416bfac297ab9a908b5a0b5d30d9ca2"/></dir><dir name="79"><file name="e377d2f7f550f580006e9c266efbf0eb5d161d" hash="9f959a7e50356cc43f7127119b3e8dff"/></dir><dir name="7f"><file name="8ba3acc90f60477c59ddc025e7e7f34d004998" hash="57096946c54d160c1bd7413712e9bd19"/></dir><dir name="83"><file name="b74f5929aef322401c288065730fcb5109e21b" hash="88b4ca6a20b3377c0606cbd408718ff9"/></dir><dir name="8e"><file name="09aa0504ffd08e847c821104c93a9478f67cce" hash="a5a1fbe63d73d58954b61711f7d481f2"/></dir><dir name="8f"><file name="74494bca2541e7ecbf856b10688a3cfe491704" hash="a0e8ebc8c3ac8fd04b85871055cf66cf"/></dir><dir name="94"><file name="2583c001e064f5b00a8694618c24d0234a049a" hash="dae4128dbef3ecd65aff545da342442a"/></dir><dir name="98"><file name="91a20fab310de0ebe0ede12a572576c9f2d1f0" hash="d64d6ee0f32e8a30882a52075f81e150"/></dir><dir name="9c"><file name="864a59bb6d6a6d9bc6ca0d5eb3bd185826202a" hash="c92ab2ba40a66e40820290ae836a0351"/></dir><dir name="a0"><file name="91f7566c295a9832acc90adb26f5f76291deb1" hash="d4d61955a40a39eb4e380acbf1205ebb"/></dir><dir name="a9"><file name="c170fc567c8e9d029ea658584608a76b14337c" hash="77322eabf0b1ddd674914ddcbe1d51fa"/></dir><dir name="ad"><file name="5806e6ec6ad8cec16208ac9ff68ac9d22c9677" hash="c606f301230096f014aef78691845b3e"/><file name="5ab28f88aab464883c1d2609b13e95a54831a4" hash="b5706e09f1e0a79429b77ec1fae4e588"/></dir><dir name="b3"><file name="1523caf33934a646106ed5e17ff829ccae1621" hash="17865ab9d3c4da9a426d8ec4f004854d"/><file name="fdd18759832a269be2c705dc5b7b909cf4a397" hash="a1b43beb26a6d0877961c96612d4450e"/></dir><dir name="b4"><file name="33beb26c687e2e6fe553797d1eae9a862a2930" hash="963f679b3492b600d47ebd7f10a061f3"/><file name="36ffcefd16dbf236b3f1ca96c7b2a3ed0f82bb" hash="f98f000fb2c321fcf1b005e1bc871b07"/></dir><dir name="b6"><file name="6c5cef0a12394ea0b24227d2c1dd2a48aca7af" hash="aa65a76152d5e04008aee56b4210a3ca"/><file name="88b36e50745823a9092b7263d7d6ab12a85482" hash="2411f55ae7f9285cc641b651c54a77f0"/></dir><dir name="b8"><file name="c3a53b647d748a04bc54969c6e33bf2c55ddbd" hash="2838717c73068883e2b01ca1dfe0e576"/></dir><dir name="bc"><file name="192a26c2ce9f29ebbad0c676ea5e38ddda1a0c" hash="e6d9404e14efc0434148e90fb0c895ad"/></dir><dir name="c5"><file name="6ba614059927a5f3672c559b93be565e2501fa" hash="b94996a4fb7317769b5b05dfd1cc9d8f"/><file name="f39fef01d5ff281130ae82c543be9e2d2a9151" hash="1f4c44871c79efeae2143c000d1bc071"/></dir><dir name="c7"><file name="2faa3b912594d2d3c95b11559c388e28c20db5" hash="8b89f5826c8dd3216bc3d9ef5836c7a2"/></dir><dir name="c9"><file name="569e3726b55c699e8cfe62e94b50451cdf204c" hash="1a6d806a9723d348ccbb3788071a5f9e"/></dir><dir name="cc"><file name="95f87ad1d41347f722ccdc2b7d608d4bd533d9" hash="1b25cf76051c0c5ff052c7507d520698"/></dir><dir name="d9"><file name="5631f3c85e6fd20af9694f588a9acc08ac3ff2" hash="c1324597e9c0160b63b35044c8df033c"/></dir><dir name="dc"><file name="8f0aebf416ad60bd7fb80aa627128296119b27" hash="919ab3b43b552d6175443c98c21fd6d6"/></dir><dir name="de"><file name="70e3aee7e8e88431693852b2cf5864001346f9" hash="2dab0b315a00a733ad74e18388bee78a"/></dir><dir name="df"><file name="be7748ddae2cc264ce7a3a2989248677980652" hash="410883dc4b1eebfc41f6d357c112827e"/></dir><dir name="e2"><file name="66b1665f2572d77a0742b101f91c4500852dcc" hash="b7e566f2dec0e4cdbbff6f13bd490aed"/></dir><dir name="e4"><file name="1abe665ec0dd50b3f479d19bf6e2bc1bd3773c" hash="a391a7cf1c542fd730fb52556f2dd5c5"/></dir><dir name="ed"><file name="16c68b8e29366e83cf8d1a5520ae97e94bc292" hash="8d3ee5fb83f629e6eb3f2785f4a46fe5"/><file name="4e00b5533af776539c6888896b0df40ef654d6" hash="084de60d40a059643d32a76f9fa697e1"/></dir><dir name="f2"><file name="794fdd29a3f472941420998fd2275dc0296018" hash="86a3b2b94da2380a0276e28a7f145a93"/></dir><dir name="fa"><file name="a3d71c71c5a5ad70a15044868deab51860e403" hash="104f0872d8b2bbd4a165675697dd3d92"/></dir><dir name="fd"><file name="e2de185cd5f10a3c4864f499684df2d64b0677" hash="b0b477eacaa246d024647753ff503294"/></dir><dir name="pack"><file name="pack-dc0330ebce870e8b7088bdeacf67e21f1b6728ec.idx" hash="5c7fcda676dd64ffcba1bf19695c979b"/><file name="pack-dc0330ebce870e8b7088bdeacf67e21f1b6728ec.pack" hash="f71d08cae68a0a9347899c4ae4b5510e"/></dir></dir><file name="packed-refs" hash="208b5c76fca5096b333659d44c678b27"/><dir name="refs"><dir name="heads"><file name="master" hash="901681dbd740e4746eb779574573d9f0"/></dir><dir name="remotes"><dir name="origin"><file name="HEAD" hash="73a00957034783b7b5c8294c54cd3e12"/><dir name="feature"><file name="server-info" hash="e7b1230b0f6d71a5057a3744d71e723b"/></dir><file name="master" hash="901681dbd740e4746eb779574573d9f0"/></dir></dir><file name="stash" hash="56009313ec00209cb0571009fcbabcf6"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="StitchLabs_ChannelIntegration.xml" hash="3b9a13293b9d8dc3bb795450c4fe271a"/></dir></target></contents>
39
  <compatible/>
40
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.7.0.2</min><max/></package><extension><name>soap</name><min/><max/></extension></required></dependencies>
41
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>StitchLabs_ChannelIntegration</name>
4
+ <version>1.0.8</version>
5
  <stability>stable</stability>
6
  <license>MIT</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>This extension provides integration with StitchLabs</summary>
10
  <description>This extension provides integration with StitchLabs</description>
11
+ <notes>1.0.8&#xD;
12
+ * Add fixes to report proper validation object errors&#xD;
13
+ &#xD;
14
+ 1.0.7&#xD;
15
  * Added module version information endpoint&#xD;
16
  &#xD;
17
  1.0.6&#xD;
36
  1.0.0&#xD;
37
  * Initial working release</notes>
38
  <authors><author><name>Stitch Labs</name><user>rnavarro</user><email>dev@stitchlabs.com</email></author></authors>
39
+ <date>2015-03-27</date>
40
+ <time>16:23:09</time>
41
+ <contents><target name="magecommunity"><dir name="StitchLabs"><dir name="ChannelIntegration"><dir name="Helper"><file name="Data.php" hash="bab04699a85cc7926b2c7c58ecaf3f2b"/></dir><dir name="Model"><dir name="Info"><dir name="Api"><file name="V2.php" hash="3e031c800f7238e461778ca23ab2dd70"/></dir></dir><dir name="Order"><dir name="Api"><file name="V2.php" hash="2b16df922d4dbb966fedf5cc003b098c"/></dir><file name="Api.php" hash="730b8a3c34167ebe186eb302060d70f0"/></dir><dir name="Product"><dir name="Api"><file name="V2.php" hash="1b0b9c4f84fb9354bf628a0777e8b534"/></dir><file name="Api.php" hash="45722f9587cc18c23e812c8095be75f6"/></dir><file name="Product.php" hash="2341be36cd9392c069871d8f24e405c5"/><dir name="Resource"><dir name="Order"><file name="Collection.php" hash="3c52131d5b2359f469cededfffa5a012"/></dir><file name="Order.php" hash="d1587e02851a724c5e1f757f07433f74"/><dir name="Product"><file name="Collection.php" hash="4b1c3cbeef65923bacad1660085bbd24"/></dir><file name="Product.php" hash="693cb7ff8d9fd86283d2296abc65cf8d"/><file name="Setup.php" hash="d843283f721ce09d934233a6acf02637"/></dir></dir><dir name="etc"><file name="api.xml" hash="2a4ab67214388d1994bec91f67130052"/><file name="config.xml" hash="ffb28f0061026aea6cc2c28a50a7a9e3"/><file name="wsdl.xml" hash="999051ce7892048a0caccc680d72a5aa"/><file name="wsi.xml" hash="7758f9063d665f2eff9842d1c47e82c8"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="StitchLabs_ChannelIntegration.xml" hash="3b9a13293b9d8dc3bb795450c4fe271a"/></dir></target></contents>
42
  <compatible/>
43
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.7.0.2</min><max/></package><extension><name>soap</name><min/><max/></extension></required></dependencies>
44
  </package>