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.13.0 |
Comparing to | |
See all releases |
Code changes from version 1.2.12.0 to 1.2.13.0
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.13</version>
|
24 |
</Oro_Api>
|
25 |
</modules>
|
26 |
<global>
|
app/code/community/Oro/Api/etc/wsdl.xml
CHANGED
@@ -299,27 +299,27 @@
|
|
299 |
|
300 |
<complexType name="oroCustomerEntity">
|
301 |
<all>
|
302 |
-
<element name="customer_id" type="xsd:int"
|
303 |
-
<element name="created_at" type="xsd:string"
|
304 |
-
<element name="updated_at" type="xsd:string"
|
305 |
-
<element name="increment_id" type="xsd:string"
|
306 |
-
<element name="store_id" type="xsd:int"
|
307 |
-
<element name="website_id" type="xsd:int"
|
308 |
-
<element name="created_in" type="xsd:string"
|
309 |
-
<element name="email" type="xsd:string"
|
310 |
-
<element name="firstname" type="xsd:string"
|
311 |
-
<element name="middlename" type="xsd:string"
|
312 |
-
<element name="lastname" type="xsd:string"
|
313 |
-
<element name="group_id" type="xsd:int"
|
314 |
-
<element name="prefix" type="xsd:string"
|
315 |
-
<element name="suffix" type="xsd:string"
|
316 |
-
<element name="dob" type="xsd:string"
|
317 |
-
<element name="taxvat" type="xsd:string"
|
318 |
-
<element name="confirmation" type="xsd:boolean"
|
319 |
-
<element name="password_hash" type="xsd:string"
|
320 |
-
<element name="gender" type="xsd:string"
|
321 |
-
|
322 |
-
<element name="addresses" type="typens:customerAddressEntityArray"
|
323 |
<element name="attributes" type="typens:associativeArray" minOccurs="0" maxOccurs="1"/>
|
324 |
</all>
|
325 |
</complexType>
|
299 |
|
300 |
<complexType name="oroCustomerEntity">
|
301 |
<all>
|
302 |
+
<element name="customer_id" type="xsd:int" />
|
303 |
+
<element name="created_at" type="xsd:string" />
|
304 |
+
<element name="updated_at" type="xsd:string" />
|
305 |
+
<element name="increment_id" type="xsd:string" />
|
306 |
+
<element name="store_id" type="xsd:int" />
|
307 |
+
<element name="website_id" type="xsd:int" />
|
308 |
+
<element name="created_in" type="xsd:string" />
|
309 |
+
<element name="email" type="xsd:string" />
|
310 |
+
<element name="firstname" type="xsd:string" />
|
311 |
+
<element name="middlename" type="xsd:string" />
|
312 |
+
<element name="lastname" type="xsd:string" />
|
313 |
+
<element name="group_id" type="xsd:int" />
|
314 |
+
<element name="prefix" type="xsd:string" />
|
315 |
+
<element name="suffix" type="xsd:string" />
|
316 |
+
<element name="dob" type="xsd:string" />
|
317 |
+
<element name="taxvat" type="xsd:string" />
|
318 |
+
<element name="confirmation" type="xsd:boolean" />
|
319 |
+
<element name="password_hash" type="xsd:string" />
|
320 |
+
<element name="gender" type="xsd:string" />
|
321 |
+
|
322 |
+
<element name="addresses" type="typens:customerAddressEntityArray" />
|
323 |
<element name="attributes" type="typens:associativeArray" minOccurs="0" maxOccurs="1"/>
|
324 |
</all>
|
325 |
</complexType>
|
app/code/community/Oro/Api/etc/wsi.xml
CHANGED
@@ -275,27 +275,27 @@
|
|
275 |
|
276 |
<xsd:complexType name="oroCustomerEntity">
|
277 |
<xsd:sequence>
|
278 |
-
<xsd:element name="customer_id" type="xsd:int"
|
279 |
-
<xsd:element name="created_at" type="xsd:string"
|
280 |
-
<xsd:element name="updated_at" type="xsd:string"
|
281 |
-
<xsd:element name="increment_id" type="xsd:string"
|
282 |
-
<xsd:element name="store_id" type="xsd:int"
|
283 |
-
<xsd:element name="website_id" type="xsd:int"
|
284 |
-
<xsd:element name="created_in" type="xsd:string"
|
285 |
-
<xsd:element name="email" type="xsd:string"
|
286 |
-
<xsd:element name="firstname" type="xsd:string"
|
287 |
-
<xsd:element name="middlename" type="xsd:string"
|
288 |
-
<xsd:element name="lastname" type="xsd:string"
|
289 |
-
<xsd:element name="group_id" type="xsd:int"
|
290 |
-
<xsd:element name="prefix" type="xsd:string"
|
291 |
-
<xsd:element name="suffix" type="xsd:string"
|
292 |
-
<xsd:element name="dob" type="xsd:string"
|
293 |
-
<xsd:element name="taxvat" type="xsd:string"
|
294 |
-
<xsd:element name="confirmation" type="xsd:boolean"
|
295 |
-
<xsd:element name="password_hash" type="xsd:string"
|
296 |
-
<xsd:element name="gender" type="xsd:string"
|
297 |
-
|
298 |
-
<xsd:element
|
299 |
<xsd:element minOccurs="0" maxOccurs="1" name="attributes" type="typens:associativeArray"/>
|
300 |
</xsd:sequence>
|
301 |
</xsd:complexType>
|
275 |
|
276 |
<xsd:complexType name="oroCustomerEntity">
|
277 |
<xsd:sequence>
|
278 |
+
<xsd:element name="customer_id" type="xsd:int" />
|
279 |
+
<xsd:element name="created_at" type="xsd:string" />
|
280 |
+
<xsd:element name="updated_at" type="xsd:string" />
|
281 |
+
<xsd:element name="increment_id" type="xsd:string" />
|
282 |
+
<xsd:element name="store_id" type="xsd:int" />
|
283 |
+
<xsd:element name="website_id" type="xsd:int" />
|
284 |
+
<xsd:element name="created_in" type="xsd:string" />
|
285 |
+
<xsd:element name="email" type="xsd:string" />
|
286 |
+
<xsd:element name="firstname" type="xsd:string" />
|
287 |
+
<xsd:element name="middlename" type="xsd:string" />
|
288 |
+
<xsd:element name="lastname" type="xsd:string" />
|
289 |
+
<xsd:element name="group_id" type="xsd:int" />
|
290 |
+
<xsd:element name="prefix" type="xsd:string" />
|
291 |
+
<xsd:element name="suffix" type="xsd:string" />
|
292 |
+
<xsd:element name="dob" type="xsd:string" />
|
293 |
+
<xsd:element name="taxvat" type="xsd:string" />
|
294 |
+
<xsd:element name="confirmation" type="xsd:boolean" />
|
295 |
+
<xsd:element name="password_hash" type="xsd:string" />
|
296 |
+
<xsd:element name="gender" type="xsd:string" />
|
297 |
+
|
298 |
+
<xsd:element name="addresses" type="typens:customerAddressEntityArray" />
|
299 |
<xsd:element minOccurs="0" maxOccurs="1" name="attributes" type="typens:associativeArray"/>
|
300 |
</xsd:sequence>
|
301 |
</xsd:complexType>
|
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>2017-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Oro"><dir name="Api"><dir name="Helper"><file name="Data.php" hash="3f60d322fbdeea0f751addadc3d0b10e"/></dir><dir name="Model"><dir name="Admin"><file name="Redirectpolicy.php" hash="6d266848220d82ee2a8ef037755be953"/></dir><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="223e546950e0f7c23dfcc567e44893a3"/><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><file name="Setup.php" hash="4186114dd1317db2c98d54089d7edf89"/><dir name="Wishlist"><dir name="Status"><file name="Collection.php" hash="c700fba4fcdf3c229cac1636c09e6d63"/></dir><file name="Status.php" hash="2af51c733fd1a967d0c540b7d8db9f76"/></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="bc8a696845efa612d52f06f7e7c27c08"/><file name="Item.php" hash="991c52036036b348b7385f618ee16b67"/></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="db30a7c3c9fbd7ff5fa6dcf7ba4c594f"/><dir name="Item"><dir name="Api"><file name="V2.php" hash="43a919dae8dd432e211878a39ba3f4a2"/></dir><file name="Api.php" hash="8d5d856ea533b9b122c96d0bef32861b"/></dir><file name="Observer.php" hash="475495be5a367730dfdf1ffbc20b54fa"/><dir name="Status"><dir name="Api"><file name="V2.php" hash="37a227a428a277ace34cbb25d30e92c2"/></dir><file name="Api.php" hash="25789253dbd23561aabaf62aba3a982c"/></dir><file name="Status.php" hash="0fe5e02ae58a405adbc7b69a282acdab"/></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="f7bfee159a0af513bc55a82c270c2caf"/><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.13</min><max>5.6.99</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Oro_Api</name>
|
4 |
+
<version>1.2.13.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>2017-06-23</date>
|
14 |
+
<time>11:07:15</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Oro"><dir name="Api"><dir name="Helper"><file name="Data.php" hash="3f60d322fbdeea0f751addadc3d0b10e"/></dir><dir name="Model"><dir name="Admin"><file name="Redirectpolicy.php" hash="6d266848220d82ee2a8ef037755be953"/></dir><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="223e546950e0f7c23dfcc567e44893a3"/><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><file name="Setup.php" hash="4186114dd1317db2c98d54089d7edf89"/><dir name="Wishlist"><dir name="Status"><file name="Collection.php" hash="c700fba4fcdf3c229cac1636c09e6d63"/></dir><file name="Status.php" hash="2af51c733fd1a967d0c540b7d8db9f76"/></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="bc8a696845efa612d52f06f7e7c27c08"/><file name="Item.php" hash="991c52036036b348b7385f618ee16b67"/></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="db30a7c3c9fbd7ff5fa6dcf7ba4c594f"/><dir name="Item"><dir name="Api"><file name="V2.php" hash="43a919dae8dd432e211878a39ba3f4a2"/></dir><file name="Api.php" hash="8d5d856ea533b9b122c96d0bef32861b"/></dir><file name="Observer.php" hash="475495be5a367730dfdf1ffbc20b54fa"/><dir name="Status"><dir name="Api"><file name="V2.php" hash="37a227a428a277ace34cbb25d30e92c2"/></dir><file name="Api.php" hash="25789253dbd23561aabaf62aba3a982c"/></dir><file name="Status.php" hash="0fe5e02ae58a405adbc7b69a282acdab"/></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="f7bfee159a0af513bc55a82c270c2caf"/><file name="config.xml" hash="8f825bd406dc3746906cd259b78f2804"/><file name="system.xml" hash="d42daecd30f4b9a1de9952fa1041bfbe"/><file name="workflow.xml" hash="40e7f46d53156e77b1d5498769e8f6cc"/><file name="wsdl.xml" hash="167a1d8354a4718e78ad2e0d62de9adb"/><file name="wsi.xml" hash="48aad598f6ef1d8497993488f3943f75"/></dir><dir name="sql"><dir name="oro_api_setup"><file name="install-1.2.5.php" hash="d7c5d2ef1ebfd4f6084aa48d318fe307"/><file name="upgrade-1.2.5.0-1.2.5.1.php" hash="7946d51070254f4230c90da2e97801e8"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Oro_Api.xml" hash="9e6e71fac0eecdb2eb3d5589a19aa60e"/></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="90e9457b48af47efd91ee80114ca636e"/></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.13</min><max>5.6.99</max></php></required></dependencies>
|
18 |
</package>
|