Version Notes
OroCRM Bridge extension adds a couple of improvements to Magento SOAP API v2 in order to expose more shopping cart and customer data.
Download this release
Release Info
Developer | Oro, Inc |
Extension | Oro_Api |
Version | 1.2.4.0 |
Comparing to | |
See all releases |
Code changes from version 1.2.3.0 to 1.2.4.0
app/code/community/Oro/Api/etc/api.xml
CHANGED
@@ -20,44 +20,44 @@
|
|
20 |
<config>
|
21 |
<api>
|
22 |
<resources>
|
23 |
-
<
|
24 |
<model>oro_api/ping</model>
|
25 |
<title>Oro extension ping</title>
|
26 |
-
<acl>
|
27 |
<methods>
|
28 |
<ping translate="title" module="oro_api">
|
29 |
<title>Ping mage instance in order to check if extension available</title>
|
30 |
<method>ping</method>
|
31 |
-
<acl>
|
32 |
</ping>
|
33 |
</methods>
|
34 |
-
</
|
35 |
<oro_quote translate="title" module="oro_api">
|
36 |
<model>oro_api/sales_quote_api</model>
|
37 |
<title>Quote Information</title>
|
38 |
-
<acl>
|
39 |
<methods>
|
40 |
<list translate="title" module="oro_api">
|
41 |
<title>Get quote list by filters</title>
|
42 |
<method>items</method>
|
43 |
-
<acl>
|
44 |
</list>
|
45 |
</methods>
|
46 |
</oro_quote>
|
47 |
<oro_order translate="title" module="oro_api">
|
48 |
<model>oro_api/sales_order_api</model>
|
49 |
<title>Order Information</title>
|
50 |
-
<acl>
|
51 |
<methods>
|
52 |
<list translate="title" module="oro_api">
|
53 |
<title>Get order list by filters</title>
|
54 |
<method>items</method>
|
55 |
-
<acl>
|
56 |
</list>
|
57 |
<info translate="title" module="oro_api">
|
58 |
<title>Retrieve order information</title>
|
59 |
<method>info</method>
|
60 |
-
<acl>
|
61 |
</info>
|
62 |
</methods>
|
63 |
<faults module="oro_api">
|
@@ -74,27 +74,27 @@
|
|
74 |
<oro_customer translate="title" module="oro_api">
|
75 |
<model>oro_api/customer_api</model>
|
76 |
<title>Customer List Information</title>
|
77 |
-
<acl>
|
78 |
<methods>
|
79 |
<list translate="title" module="oro_api">
|
80 |
<title>Get customer list by filters</title>
|
81 |
<method>items</method>
|
82 |
-
<acl>
|
83 |
</list>
|
84 |
<create translate="title" module="oro_api">
|
85 |
<title>Create customer</title>
|
86 |
<method>create</method>
|
87 |
-
<acl>
|
88 |
</create>
|
89 |
<update translate="title" module="oro_api">
|
90 |
<title>Update customer data</title>
|
91 |
<method>update</method>
|
92 |
-
<acl>
|
93 |
</update>
|
94 |
<info translate="title" module="oro_api">
|
95 |
<title>Retrieve customer data</title>
|
96 |
<method>info</method>
|
97 |
-
<acl>
|
98 |
</info>
|
99 |
</methods>
|
100 |
<faults module="oro_api">
|
@@ -119,17 +119,17 @@
|
|
119 |
<oro_customer_address translate="title" module="oro_api">
|
120 |
<model>oro_api/customer_address_api</model>
|
121 |
<title>Customer Address List Information</title>
|
122 |
-
<acl>customer
|
123 |
<methods>
|
124 |
<list translate="title" module="oro_api">
|
125 |
<title>Retrieve customer addresses</title>
|
126 |
<method>items</method>
|
127 |
-
<acl>customer/address
|
128 |
</list>
|
129 |
<info translate="title" module="oro_api">
|
130 |
<title>Retrieve customer address data</title>
|
131 |
<method>info</method>
|
132 |
-
<acl>customer/address
|
133 |
</info>
|
134 |
</methods>
|
135 |
<faults module="oro_api">
|
@@ -146,64 +146,64 @@
|
|
146 |
<wishlist translate="title" module="oro_api">
|
147 |
<model>oro_api/wishlist_api</model>
|
148 |
<title>Wishlist</title>
|
149 |
-
<acl>
|
150 |
<methods>
|
151 |
<list translate="title" module="oro_api">
|
152 |
<title>Get wishlist collection by filters</title>
|
153 |
<method>items</method>
|
154 |
-
<acl>wishlist
|
155 |
</list>
|
156 |
</methods>
|
157 |
</wishlist>
|
158 |
<wishlist_item translate="title" module="oro_api">
|
159 |
<model>oro_api/wishlist_item_api</model>
|
160 |
<title>Wishlist Item</title>
|
161 |
-
<acl>
|
162 |
<methods>
|
163 |
<list translate="title" module="oro_api">
|
164 |
<title>Get wishlist item collection by filters</title>
|
165 |
<method>items</method>
|
166 |
-
<acl>wishlist_item
|
167 |
</list>
|
168 |
</methods>
|
169 |
</wishlist_item>
|
170 |
<report_product_viewed translate="title" module="oro_api">
|
171 |
<model>oro_api/report_product_viewed_api</model>
|
172 |
<title>Report Product Viewed</title>
|
173 |
-
<acl>
|
174 |
<methods>
|
175 |
<list translate="title" module="oro_api">
|
176 |
<title>Viewed product collection by filters</title>
|
177 |
<method>items</method>
|
178 |
-
<acl>report_product_viewed
|
179 |
</list>
|
180 |
</methods>
|
181 |
</report_product_viewed>
|
182 |
<newsletter_subscriber translate="title" module="oro_api">
|
183 |
<model>oro_api/newsletter_subscriber_api</model>
|
184 |
<title>Newsletter Subscriber</title>
|
185 |
-
<acl>newsletter_subscriber</acl>
|
186 |
<methods>
|
187 |
<list translate="title" module="oro_api">
|
188 |
<title>Subscribers collection</title>
|
189 |
<method>items</method>
|
190 |
-
<acl>newsletter_subscriber/
|
191 |
</list>
|
192 |
<create translate="title" module="oro_api">
|
193 |
<title>Create newsletter subscriber</title>
|
194 |
-
<acl>newsletter_subscriber/create</acl>
|
195 |
</create>
|
196 |
<update translate="title" module="oro_api">
|
197 |
<title>Update newsletter subscriber data</title>
|
198 |
-
<acl>newsletter_subscriber/update</acl>
|
199 |
</update>
|
200 |
<subscribeEmail translate="title" module="oro_api">
|
201 |
<title>Newsletter subscriber - Subscribe email</title>
|
202 |
-
<acl>newsletter_subscriber/subscribe_email</acl>
|
203 |
</subscribeEmail>
|
204 |
<unsubscribe translate="title" module="oro_api">
|
205 |
<title>Unsubscribe Newsletter subscriber</title>
|
206 |
-
<acl>newsletter_subscriber/unsubscribe</acl>
|
207 |
</unsubscribe>
|
208 |
</methods>
|
209 |
<faults module="customer">
|
@@ -244,12 +244,12 @@
|
|
244 |
<oro_website translate="title" module="oro_api">
|
245 |
<model>oro_api/website_api</model>
|
246 |
<title>Website API</title>
|
247 |
-
<acl>
|
248 |
<methods>
|
249 |
<list translate="title" module="oro_api">
|
250 |
<title>Retrieve websites list</title>
|
251 |
<method>items</method>
|
252 |
-
<acl>
|
253 |
</list>
|
254 |
</methods>
|
255 |
</oro_website>
|
@@ -287,51 +287,68 @@
|
|
287 |
</rest>
|
288 |
<acl>
|
289 |
<resources>
|
290 |
-
<
|
291 |
-
<
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
<
|
302 |
-
<title>
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
<title
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
<
|
317 |
-
<title>Wishlist
|
318 |
-
</
|
319 |
-
|
320 |
-
|
321 |
-
|
|
|
322 |
<title>Report Product Viewed</title>
|
323 |
-
</
|
324 |
-
|
325 |
-
<newsletter_subscriber>
|
326 |
-
<info translate="title" module="oro_api">
|
327 |
<title>Newsletter Subscriber</title>
|
328 |
-
|
329 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
330 |
</resources>
|
331 |
</acl>
|
332 |
<v2>
|
333 |
<resources_function_prefix>
|
334 |
-
<
|
335 |
<oro_quote>oroQuote</oro_quote>
|
336 |
<oro_order>oroOrder</oro_order>
|
337 |
<oro_website>oroWebsite</oro_website>
|
20 |
<config>
|
21 |
<api>
|
22 |
<resources>
|
23 |
+
<oro_ping translate="title" module="oro_api">
|
24 |
<model>oro_api/ping</model>
|
25 |
<title>Oro extension ping</title>
|
26 |
+
<acl>oro</acl>
|
27 |
<methods>
|
28 |
<ping translate="title" module="oro_api">
|
29 |
<title>Ping mage instance in order to check if extension available</title>
|
30 |
<method>ping</method>
|
31 |
+
<acl>oro/ping</acl>
|
32 |
</ping>
|
33 |
</methods>
|
34 |
+
</oro_ping>
|
35 |
<oro_quote translate="title" module="oro_api">
|
36 |
<model>oro_api/sales_quote_api</model>
|
37 |
<title>Quote Information</title>
|
38 |
+
<acl>oro</acl>
|
39 |
<methods>
|
40 |
<list translate="title" module="oro_api">
|
41 |
<title>Get quote list by filters</title>
|
42 |
<method>items</method>
|
43 |
+
<acl>oro/quote</acl>
|
44 |
</list>
|
45 |
</methods>
|
46 |
</oro_quote>
|
47 |
<oro_order translate="title" module="oro_api">
|
48 |
<model>oro_api/sales_order_api</model>
|
49 |
<title>Order Information</title>
|
50 |
+
<acl>oro</acl>
|
51 |
<methods>
|
52 |
<list translate="title" module="oro_api">
|
53 |
<title>Get order list by filters</title>
|
54 |
<method>items</method>
|
55 |
+
<acl>oro/order</acl>
|
56 |
</list>
|
57 |
<info translate="title" module="oro_api">
|
58 |
<title>Retrieve order information</title>
|
59 |
<method>info</method>
|
60 |
+
<acl>oro/order</acl>
|
61 |
</info>
|
62 |
</methods>
|
63 |
<faults module="oro_api">
|
74 |
<oro_customer translate="title" module="oro_api">
|
75 |
<model>oro_api/customer_api</model>
|
76 |
<title>Customer List Information</title>
|
77 |
+
<acl>oro/customer</acl>
|
78 |
<methods>
|
79 |
<list translate="title" module="oro_api">
|
80 |
<title>Get customer list by filters</title>
|
81 |
<method>items</method>
|
82 |
+
<acl>oro/customer/info</acl>
|
83 |
</list>
|
84 |
<create translate="title" module="oro_api">
|
85 |
<title>Create customer</title>
|
86 |
<method>create</method>
|
87 |
+
<acl>oro/customer/create</acl>
|
88 |
</create>
|
89 |
<update translate="title" module="oro_api">
|
90 |
<title>Update customer data</title>
|
91 |
<method>update</method>
|
92 |
+
<acl>oro/customer/update</acl>
|
93 |
</update>
|
94 |
<info translate="title" module="oro_api">
|
95 |
<title>Retrieve customer data</title>
|
96 |
<method>info</method>
|
97 |
+
<acl>oro/customer/info</acl>
|
98 |
</info>
|
99 |
</methods>
|
100 |
<faults module="oro_api">
|
119 |
<oro_customer_address translate="title" module="oro_api">
|
120 |
<model>oro_api/customer_address_api</model>
|
121 |
<title>Customer Address List Information</title>
|
122 |
+
<acl>oro/customer</acl>
|
123 |
<methods>
|
124 |
<list translate="title" module="oro_api">
|
125 |
<title>Retrieve customer addresses</title>
|
126 |
<method>items</method>
|
127 |
+
<acl>oro/customer/address</acl>
|
128 |
</list>
|
129 |
<info translate="title" module="oro_api">
|
130 |
<title>Retrieve customer address data</title>
|
131 |
<method>info</method>
|
132 |
+
<acl>oro/customer/address</acl>
|
133 |
</info>
|
134 |
</methods>
|
135 |
<faults module="oro_api">
|
146 |
<wishlist translate="title" module="oro_api">
|
147 |
<model>oro_api/wishlist_api</model>
|
148 |
<title>Wishlist</title>
|
149 |
+
<acl>oro</acl>
|
150 |
<methods>
|
151 |
<list translate="title" module="oro_api">
|
152 |
<title>Get wishlist collection by filters</title>
|
153 |
<method>items</method>
|
154 |
+
<acl>oro/wishlist</acl>
|
155 |
</list>
|
156 |
</methods>
|
157 |
</wishlist>
|
158 |
<wishlist_item translate="title" module="oro_api">
|
159 |
<model>oro_api/wishlist_item_api</model>
|
160 |
<title>Wishlist Item</title>
|
161 |
+
<acl>oro</acl>
|
162 |
<methods>
|
163 |
<list translate="title" module="oro_api">
|
164 |
<title>Get wishlist item collection by filters</title>
|
165 |
<method>items</method>
|
166 |
+
<acl>oro/wishlist_item</acl>
|
167 |
</list>
|
168 |
</methods>
|
169 |
</wishlist_item>
|
170 |
<report_product_viewed translate="title" module="oro_api">
|
171 |
<model>oro_api/report_product_viewed_api</model>
|
172 |
<title>Report Product Viewed</title>
|
173 |
+
<acl>oro</acl>
|
174 |
<methods>
|
175 |
<list translate="title" module="oro_api">
|
176 |
<title>Viewed product collection by filters</title>
|
177 |
<method>items</method>
|
178 |
+
<acl>oro/report_product_viewed</acl>
|
179 |
</list>
|
180 |
</methods>
|
181 |
</report_product_viewed>
|
182 |
<newsletter_subscriber translate="title" module="oro_api">
|
183 |
<model>oro_api/newsletter_subscriber_api</model>
|
184 |
<title>Newsletter Subscriber</title>
|
185 |
+
<acl>oro/newsletter_subscriber</acl>
|
186 |
<methods>
|
187 |
<list translate="title" module="oro_api">
|
188 |
<title>Subscribers collection</title>
|
189 |
<method>items</method>
|
190 |
+
<acl>oro/newsletter_subscriber/list</acl>
|
191 |
</list>
|
192 |
<create translate="title" module="oro_api">
|
193 |
<title>Create newsletter subscriber</title>
|
194 |
+
<acl>oro/newsletter_subscriber/create</acl>
|
195 |
</create>
|
196 |
<update translate="title" module="oro_api">
|
197 |
<title>Update newsletter subscriber data</title>
|
198 |
+
<acl>oro/newsletter_subscriber/update</acl>
|
199 |
</update>
|
200 |
<subscribeEmail translate="title" module="oro_api">
|
201 |
<title>Newsletter subscriber - Subscribe email</title>
|
202 |
+
<acl>oro/newsletter_subscriber/subscribe_email</acl>
|
203 |
</subscribeEmail>
|
204 |
<unsubscribe translate="title" module="oro_api">
|
205 |
<title>Unsubscribe Newsletter subscriber</title>
|
206 |
+
<acl>oro/newsletter_subscriber/unsubscribe</acl>
|
207 |
</unsubscribe>
|
208 |
</methods>
|
209 |
<faults module="customer">
|
244 |
<oro_website translate="title" module="oro_api">
|
245 |
<model>oro_api/website_api</model>
|
246 |
<title>Website API</title>
|
247 |
+
<acl>oro</acl>
|
248 |
<methods>
|
249 |
<list translate="title" module="oro_api">
|
250 |
<title>Retrieve websites list</title>
|
251 |
<method>items</method>
|
252 |
+
<acl>oro/website</acl>
|
253 |
</list>
|
254 |
</methods>
|
255 |
</oro_website>
|
287 |
</rest>
|
288 |
<acl>
|
289 |
<resources>
|
290 |
+
<oro translate="title" module="oro_api">
|
291 |
+
<title>Oro</title>
|
292 |
+
<ping translate="title" module="oro_api">
|
293 |
+
<title>Oro Ping</title>
|
294 |
+
</ping>
|
295 |
+
<quote translate="title" module="oro_api">
|
296 |
+
<title>Quote List</title>
|
297 |
+
</quote>
|
298 |
+
<order translate="title" module="oro_api">
|
299 |
+
<title>Order Info</title>
|
300 |
+
</order>
|
301 |
+
<customer translate="title" module="oro_api">
|
302 |
+
<title>Customer</title>
|
303 |
+
<info translate="title" module="oro_api">
|
304 |
+
<title>Customer Info</title>
|
305 |
+
</info>
|
306 |
+
<create translate="title" module="oro_api">
|
307 |
+
<title>Customer Create</title>
|
308 |
+
</create>
|
309 |
+
<update translate="title" module="oro_api">
|
310 |
+
<title>Customer Update</title>
|
311 |
+
</update>
|
312 |
+
<address translate="title" module="oro_api">
|
313 |
+
<title>Customer Address</title>
|
314 |
+
</address>
|
315 |
+
</customer>
|
316 |
+
<wishlist translate="title" module="oro_api">
|
317 |
+
<title>Wishlist Info</title>
|
318 |
+
</wishlist>
|
319 |
+
<wishlist_item translate="title" module="oro_api">
|
320 |
+
<title>Wishlist Item Info</title>
|
321 |
+
</wishlist_item>
|
322 |
+
<report_product_viewed translate="title" module="oro_api">
|
323 |
<title>Report Product Viewed</title>
|
324 |
+
</report_product_viewed>
|
325 |
+
<newsletter_subscriber translate="title" module="oro_api">
|
|
|
|
|
326 |
<title>Newsletter Subscriber</title>
|
327 |
+
<list translate="title" module="oro_api">
|
328 |
+
<title>Newsletter Subscriber List</title>
|
329 |
+
</list>
|
330 |
+
<create translate="title" module="oro_api">
|
331 |
+
<title>Newsletter Subscriber Create</title>
|
332 |
+
</create>
|
333 |
+
<update translate="title" module="oro_api">
|
334 |
+
<title>Newsletter Subscriber Update</title>
|
335 |
+
</update>
|
336 |
+
<unsubscribe translate="title" module="oro_api">
|
337 |
+
<title>Newsletter Subscriber Unsubscribe</title>
|
338 |
+
</unsubscribe>
|
339 |
+
<subscribe_email translate="title" module="oro_api">
|
340 |
+
<title>Newsletter Subscriber Subscribe Email</title>
|
341 |
+
</subscribe_email>
|
342 |
+
</newsletter_subscriber>
|
343 |
+
<website translate="title" module="oro_api">
|
344 |
+
<title>Website List</title>
|
345 |
+
</website>
|
346 |
+
</oro>
|
347 |
</resources>
|
348 |
</acl>
|
349 |
<v2>
|
350 |
<resources_function_prefix>
|
351 |
+
<oro_ping>oro</oro_ping>
|
352 |
<oro_quote>oroQuote</oro_quote>
|
353 |
<oro_order>oroOrder</oro_order>
|
354 |
<oro_website>oroWebsite</oro_website>
|
app/code/community/Oro/Api/etc/config.xml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
<config>
|
21 |
<modules>
|
22 |
<Oro_Api>
|
23 |
-
<version>1.2.
|
24 |
</Oro_Api>
|
25 |
</modules>
|
26 |
<global>
|
20 |
<config>
|
21 |
<modules>
|
22 |
<Oro_Api>
|
23 |
+
<version>1.2.4</version>
|
24 |
</Oro_Api>
|
25 |
</modules>
|
26 |
<global>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Oro_Api</name>
|
4 |
-
<version>1.2.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>OroCRM Bridge extension adds a couple of improvements to Magento SOAP API v2 in order to expose more shopping cart and customer data.</description>
|
11 |
<notes>OroCRM Bridge extension adds a couple of improvements to Magento SOAP API v2 in order to expose more shopping cart and customer data.</notes>
|
12 |
<authors><author><name>Oro, Inc</name><user>orocrm</user><email>info@orocrm.com</email></author></authors>
|
13 |
-
<date>2015-11-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Oro"><dir name="Api"><dir name="Helper"><file name="Data.php" hash="ab7e20ec5a9d0893fe0ea6caf3f8872d"/></dir><dir name="Model"><dir name="Catalog"><dir name="Product"><dir name="Api"><file name="V2.php" hash="9fe5e65e1b189ba6a9fed25fe8d858d6"/></dir></dir></dir><dir name="Customer"><dir name="Address"><dir name="Api"><file name="V2.php" hash="d78fb25439d4c4f172f8ff49dc24439d"/></dir><file name="Api.php" hash="bc68a17a8b3f4ef84d4887c9bbe148f0"/></dir><dir name="Api"><file name="V2.php" hash="89fc6f16e7f452438d4927669ea0f0de"/></dir><file name="Api.php" hash="36e09efd92d3ecb1d4dc833f3c259ad3"/></dir><dir name="Newsletter"><dir name="Subscriber"><dir name="Api"><file name="V2.php" hash="7b18db294f86ccf841a95aa7b7e656af"/></dir><file name="Api.php" hash="ac35ba0bb921258495149509fdb1b66e"/></dir></dir><dir name="Observer"><dir name="Crm"><file name="Controller.php" hash="7b3ec12f8934af2cb97ee21d7cd1c903"/></dir><dir name="Sales"><file name="Order.php" hash="81e2f8992f57a406130c893072365782"/></dir></dir><file name="Observer.php" hash="cf5202298ae9319e731ef8b5845a36a1"/><dir name="Ping"><file name="V2.php" hash="0fa10110ecb67d32079c5530a979c55a"/></dir><file name="Ping.php" hash="5a12b76b0e1f99b3fa096b1436f6a42f"/><dir name="Report"><dir name="Product"><dir name="Viewed"><dir name="Api"><file name="V2.php" hash="c8481504cefd028a17cc4a6555182ad0"/></dir><file name="Api.php" hash="fe175f2aab97cafa47574f1da2e169a3"/></dir></dir></dir><dir name="Resource"><dir name="Reports"><dir name="Product"><dir name="Index"><dir name="Viewed"><file name="Collection.php" hash="199749c5c972ab305abff0c9b10e9954"/></dir></dir></dir></dir></dir><dir name="Sales"><dir name="Order"><dir name="Api"><file name="V2.php" hash="0621bd68c420feb8000dae6861c49369"/></dir><file name="Api.php" hash="9a38a73ed31bdc4a681478be4456cedf"/></dir><dir name="Quote"><dir name="Api"><file name="V2.php" hash="4e8ba0ed7757110c4eae1d239b2adf76"/></dir><file name="Api.php" hash="93de572d94cf36b39082cdfcde98c96c"/></dir></dir><dir name="Website"><dir name="Api"><file name="V2.php" hash="aa9ab487ab696216d287be68dac262a6"/></dir><file name="Api.php" hash="a7cc7c6b06873e6d63b5d393cd50fd9b"/></dir><dir name="Wishlist"><dir name="Api"><file name="V2.php" hash="f0ac63e1cf9440ed0e4ca72eb93834f2"/></dir><file name="Api.php" hash="3ebfc3b7841c265921ea05d63f8ba5a9"/><dir name="Item"><dir name="Api"><file name="V2.php" hash="43a919dae8dd432e211878a39ba3f4a2"/></dir><file name="Api.php" hash="8d5d856ea533b9b122c96d0bef32861b"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Oro"><file name="GatewayController.php" hash="aca4efd099a889a77fb119356d9fab23"/><file name="SalesController.php" hash="3cd40b74eafe18fc6885ce871e305c5c"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="b3298b50c6f9556d36055f01cdfeb180"/><file name="api.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.13</min><max>5.6.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Oro_Api</name>
|
4 |
+
<version>1.2.4.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
10 |
<description>OroCRM Bridge extension adds a couple of improvements to Magento SOAP API v2 in order to expose more shopping cart and customer data.</description>
|
11 |
<notes>OroCRM Bridge extension adds a couple of improvements to Magento SOAP API v2 in order to expose more shopping cart and customer data.</notes>
|
12 |
<authors><author><name>Oro, Inc</name><user>orocrm</user><email>info@orocrm.com</email></author></authors>
|
13 |
+
<date>2015-11-09</date>
|
14 |
+
<time>14:46:31</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Oro"><dir name="Api"><dir name="Helper"><file name="Data.php" hash="ab7e20ec5a9d0893fe0ea6caf3f8872d"/></dir><dir name="Model"><dir name="Catalog"><dir name="Product"><dir name="Api"><file name="V2.php" hash="9fe5e65e1b189ba6a9fed25fe8d858d6"/></dir></dir></dir><dir name="Customer"><dir name="Address"><dir name="Api"><file name="V2.php" hash="d78fb25439d4c4f172f8ff49dc24439d"/></dir><file name="Api.php" hash="bc68a17a8b3f4ef84d4887c9bbe148f0"/></dir><dir name="Api"><file name="V2.php" hash="89fc6f16e7f452438d4927669ea0f0de"/></dir><file name="Api.php" hash="36e09efd92d3ecb1d4dc833f3c259ad3"/></dir><dir name="Newsletter"><dir name="Subscriber"><dir name="Api"><file name="V2.php" hash="7b18db294f86ccf841a95aa7b7e656af"/></dir><file name="Api.php" hash="ac35ba0bb921258495149509fdb1b66e"/></dir></dir><dir name="Observer"><dir name="Crm"><file name="Controller.php" hash="7b3ec12f8934af2cb97ee21d7cd1c903"/></dir><dir name="Sales"><file name="Order.php" hash="81e2f8992f57a406130c893072365782"/></dir></dir><file name="Observer.php" hash="cf5202298ae9319e731ef8b5845a36a1"/><dir name="Ping"><file name="V2.php" hash="0fa10110ecb67d32079c5530a979c55a"/></dir><file name="Ping.php" hash="5a12b76b0e1f99b3fa096b1436f6a42f"/><dir name="Report"><dir name="Product"><dir name="Viewed"><dir name="Api"><file name="V2.php" hash="c8481504cefd028a17cc4a6555182ad0"/></dir><file name="Api.php" hash="fe175f2aab97cafa47574f1da2e169a3"/></dir></dir></dir><dir name="Resource"><dir name="Reports"><dir name="Product"><dir name="Index"><dir name="Viewed"><file name="Collection.php" hash="199749c5c972ab305abff0c9b10e9954"/></dir></dir></dir></dir></dir><dir name="Sales"><dir name="Order"><dir name="Api"><file name="V2.php" hash="0621bd68c420feb8000dae6861c49369"/></dir><file name="Api.php" hash="9a38a73ed31bdc4a681478be4456cedf"/></dir><dir name="Quote"><dir name="Api"><file name="V2.php" hash="4e8ba0ed7757110c4eae1d239b2adf76"/></dir><file name="Api.php" hash="93de572d94cf36b39082cdfcde98c96c"/></dir></dir><dir name="Website"><dir name="Api"><file name="V2.php" hash="aa9ab487ab696216d287be68dac262a6"/></dir><file name="Api.php" hash="a7cc7c6b06873e6d63b5d393cd50fd9b"/></dir><dir name="Wishlist"><dir name="Api"><file name="V2.php" hash="f0ac63e1cf9440ed0e4ca72eb93834f2"/></dir><file name="Api.php" hash="3ebfc3b7841c265921ea05d63f8ba5a9"/><dir name="Item"><dir name="Api"><file name="V2.php" hash="43a919dae8dd432e211878a39ba3f4a2"/></dir><file name="Api.php" hash="8d5d856ea533b9b122c96d0bef32861b"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Oro"><file name="GatewayController.php" hash="aca4efd099a889a77fb119356d9fab23"/><file name="SalesController.php" hash="3cd40b74eafe18fc6885ce871e305c5c"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="b3298b50c6f9556d36055f01cdfeb180"/><file name="api.xml" hash="d364546feb7f8f5b6947fd452ecf4e6c"/><file name="config.xml" hash="2384adc7b28ec46cee90cb4ee00fe31a"/><file name="system.xml" hash="602816f300ad544e9bf4f82d752a092c"/><file name="workflow.xml" hash="40e7f46d53156e77b1d5498769e8f6cc"/><file name="wsdl.xml" hash="f7fea9f3f12d83333f99b084c52df629"/><file name="wsi.xml" hash="a15beb48543783f924e603194a49231c"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Oro_Api.xml" hash="e4836dedcf0ace31dd01b117a1fd962e"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="oro"><dir><dir name="api"><file name="check.phtml" hash="142e380fa9eae5c0b7f233d519d13dc7"/><file name="login_styles.phtml" hash="a89d5d690702cf8296d76923b85e4ced"/><file name="page.phtml" hash="e9359e49019bbaa6e8b77e2a0ec458dd"/><file name="script.phtml" hash="89c3810165995c0ef6a0f5ad3b39f41f"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="oro"><file name="add_button_icon_dark.png" hash="01929b4351b537427035ba0f4df61689"/><file name="apply_button_icon.png" hash="4fc6fffbf943e82ea2b1a0022ec329e1"/><file name="error.png" hash="0caf3533e40e7f425d206803ef6e1876"/><file name="grid_sort_asc.gif" hash="8a86df764d4219dc0cf04f8529165cef"/><file name="grid_sort_desc.gif" hash="4f493deb94cb0eb0c6401e7f6bf6e0af"/><file name="loader.gif" hash="edf214475c8e79574dac3687926fc62b"/></dir></dir><file name="oro_style.css" hash="fd0609bb04a1f6748c06dd17a2946a54"/></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.13</min><max>5.6.0</max></php></required></dependencies>
|
18 |
</package>
|