Version Notes
API to import customer orders into netParcel
Download this release
Release Info
| Developer | netParcel |
| Extension | tbd |
| Version | 1.0.0 |
| Comparing to | |
| See all releases | |
Version 1.0.0
- package.xml +20 -0
package.xml
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0"?>
|
| 2 |
+
<package>
|
| 3 |
+
<name>tbd</name>
|
| 4 |
+
<version>1.0.0</version>
|
| 5 |
+
<stability>stable</stability>
|
| 6 |
+
<license>apache</license>
|
| 7 |
+
<channel>community</channel>
|
| 8 |
+
<extends/>
|
| 9 |
+
<summary>This extension allows the user to import order details (customer name and address into the netParcel.com application for order shipping. 
|
| 10 |
+
License: Open Software License (OSL)</summary>
|
| 11 |
+
<description>This extension allows the user to import order details (customer name and address into the netParcel.com application for order shipping. 
|
| 12 |
+
License: Open Software License (OSL)</description>
|
| 13 |
+
<notes>API to import customer orders into netParcel</notes>
|
| 14 |
+
<authors><author><name>netParcel</name><user>netParcel</user><email>support@netparcel.com</email></author></authors>
|
| 15 |
+
<date>2015-02-27</date>
|
| 16 |
+
<time>18:26:44</time>
|
| 17 |
+
<contents></contents>
|
| 18 |
+
<compatible/>
|
| 19 |
+
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
| 20 |
+
</package>
|
