@@ -50,6 +50,7 @@ |
||
50 | 50 | * @param string |
51 | 51 | * @param array |
52 | 52 | * @param mixed |
53 | + * @param string $key |
|
53 | 54 | * @return mixed |
54 | 55 | */ |
55 | 56 | protected function nullCoalesce($key, array $arr, $default) |
@@ -13,8 +13,6 @@ |
||
13 | 13 | * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
14 | 14 | */ |
15 | 15 | |
16 | -use eBayEnterprise\RetailOrderManagement\Payload\Inventory\IInStorePickUpItem; |
|
17 | -use eBayEnterprise\RetailOrderManagement\Payload\Inventory\IShippingItem; |
|
18 | 16 | use eBayEnterprise\RetailOrderManagement\Payload\Inventory\IInventoryDetailsRequest; |
19 | 17 | |
20 | 18 | class EbayEnterprise_Inventory_Model_Details_Request_Builder extends |
@@ -1,24 +1,24 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | - * |
|
5 | - * NOTICE OF LICENSE |
|
6 | - * |
|
7 | - * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | - * that is bundled with this package in the file LICENSE.md. |
|
9 | - * It is also available through the world-wide-web at this URL: |
|
10 | - * http://opensource.org/licenses/osl-3.0.php |
|
11 | - * |
|
12 | - * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | - */ |
|
3 | + * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | + * |
|
5 | + * NOTICE OF LICENSE |
|
6 | + * |
|
7 | + * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | + * that is bundled with this package in the file LICENSE.md. |
|
9 | + * It is also available through the world-wide-web at this URL: |
|
10 | + * http://opensource.org/licenses/osl-3.0.php |
|
11 | + * |
|
12 | + * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | + * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | + */ |
|
15 | 15 | |
16 | 16 | use eBayEnterprise\RetailOrderManagement\Payload\Inventory\IInStorePickUpItem; |
17 | 17 | use eBayEnterprise\RetailOrderManagement\Payload\Inventory\IShippingItem; |
18 | 18 | use eBayEnterprise\RetailOrderManagement\Payload\Inventory\IInventoryDetailsRequest; |
19 | 19 | |
20 | 20 | class EbayEnterprise_Inventory_Model_Details_Request_Builder extends |
21 | - EbayEnterprise_Inventory_Model_Details_Request_Builder_Abstract |
|
21 | + EbayEnterprise_Inventory_Model_Details_Request_Builder_Abstract |
|
22 | 22 | { |
23 | 23 | /** @var EbayEnterprise_Inventory_Helper_Details_Item */ |
24 | 24 | protected $itemHelper; |
@@ -58,7 +58,7 @@ |
||
58 | 58 | * |
59 | 59 | * @param Mage_Sales_Model_Quote_Item_Abstract |
60 | 60 | * @param Mage_Customer_Model_Address_Abstract |
61 | - * @return IInStorePickUpItem|null |
|
61 | + * @return Payload\Inventory\IInStorePickUpItemIterable|null |
|
62 | 62 | */ |
63 | 63 | protected function getIspuItem( |
64 | 64 | Mage_Sales_Model_Quote_Item_Abstract $item, |
@@ -14,7 +14,6 @@ |
||
14 | 14 | */ |
15 | 15 | |
16 | 16 | use eBayEnterprise\RetailOrderManagement\Payload\Inventory\IInStorePickUpItem; |
17 | -use eBayEnterprise\RetailOrderManagement\Payload\Inventory\IShippingItem; |
|
18 | 17 | use eBayEnterprise\RetailOrderManagement\Payload\Inventory\IInventoryDetailsRequest; |
19 | 18 | |
20 | 19 | abstract class EbayEnterprise_Inventory_Model_Details_Request_Builder_Abstract |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | - * |
|
5 | - * NOTICE OF LICENSE |
|
6 | - * |
|
7 | - * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | - * that is bundled with this package in the file LICENSE.md. |
|
9 | - * It is also available through the world-wide-web at this URL: |
|
10 | - * http://opensource.org/licenses/osl-3.0.php |
|
11 | - * |
|
12 | - * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | - */ |
|
3 | + * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | + * |
|
5 | + * NOTICE OF LICENSE |
|
6 | + * |
|
7 | + * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | + * that is bundled with this package in the file LICENSE.md. |
|
9 | + * It is also available through the world-wide-web at this URL: |
|
10 | + * http://opensource.org/licenses/osl-3.0.php |
|
11 | + * |
|
12 | + * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | + * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | + */ |
|
15 | 15 | |
16 | 16 | use eBayEnterprise\RetailOrderManagement\Payload\Inventory\IInStorePickUpItem; |
17 | 17 | use eBayEnterprise\RetailOrderManagement\Payload\Inventory\IShippingItem; |
@@ -73,6 +73,7 @@ |
||
73 | 73 | * @param string |
74 | 74 | * @param array |
75 | 75 | * @param mixed |
76 | + * @param string $key |
|
76 | 77 | * @return mixed |
77 | 78 | */ |
78 | 79 | protected function nullCoalesce(array $arr, $key, $default) |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | - * |
|
5 | - * NOTICE OF LICENSE |
|
6 | - * |
|
7 | - * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | - * that is bundled with this package in the file LICENSE.md. |
|
9 | - * It is also available through the world-wide-web at this URL: |
|
10 | - * http://opensource.org/licenses/osl-3.0.php |
|
11 | - * |
|
12 | - * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | - */ |
|
3 | + * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | + * |
|
5 | + * NOTICE OF LICENSE |
|
6 | + * |
|
7 | + * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | + * that is bundled with this package in the file LICENSE.md. |
|
9 | + * It is also available through the world-wide-web at this URL: |
|
10 | + * http://opensource.org/licenses/osl-3.0.php |
|
11 | + * |
|
12 | + * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | + * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | + */ |
|
15 | 15 | |
16 | 16 | class EbayEnterprise_Inventory_Model_Details_Service |
17 | 17 | { |
@@ -132,7 +132,7 @@ |
||
132 | 132 | */ |
133 | 133 | protected function getQuoteItemId(Mage_Sales_Model_Quote_Item_Abstract $item) |
134 | 134 | { |
135 | - $children = $item->getChildren() ?: []; |
|
135 | + $children = $item->getChildren() ?: []; |
|
136 | 136 | foreach ($children as $childItem) { |
137 | 137 | return $childItem->getId(); |
138 | 138 | } |
@@ -92,6 +92,7 @@ |
||
92 | 92 | * @param string |
93 | 93 | * @param array |
94 | 94 | * @param mixed |
95 | + * @param string $key |
|
95 | 96 | * @return mixed |
96 | 97 | */ |
97 | 98 | protected function nullCoalesce(array $arr, $key, $default) |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | - * |
|
5 | - * NOTICE OF LICENSE |
|
6 | - * |
|
7 | - * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | - * that is bundled with this package in the file LICENSE.md. |
|
9 | - * It is also available through the world-wide-web at this URL: |
|
10 | - * http://opensource.org/licenses/osl-3.0.php |
|
11 | - * |
|
12 | - * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | - */ |
|
3 | + * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | + * |
|
5 | + * NOTICE OF LICENSE |
|
6 | + * |
|
7 | + * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | + * that is bundled with this package in the file LICENSE.md. |
|
9 | + * It is also available through the world-wide-web at this URL: |
|
10 | + * http://opensource.org/licenses/osl-3.0.php |
|
11 | + * |
|
12 | + * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | + * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | + */ |
|
15 | 15 | |
16 | 16 | class EbayEnterprise_Inventory_Model_Observer |
17 | 17 | { |
@@ -147,8 +147,7 @@ |
||
147 | 147 | protected function handleAdminOrderException( |
148 | 148 | EbayEnterprise_Inventory_Exception_Quantity_Unavailable_Exception $e, |
149 | 149 | Mage_Sales_Model_Quote $quote |
150 | - ) |
|
151 | - { |
|
150 | + ) { |
|
152 | 151 | $this->getAdminQuoteSession()->addError($e->getMessage()); |
153 | 152 | foreach ($quote->getAllVisibleItems() as $quoteItem) { |
154 | 153 | if (!$this->quantityService->isItemAvailable($quoteItem)) { |
@@ -37,11 +37,6 @@ discard block |
||
37 | 37 | protected $logContext; |
38 | 38 | |
39 | 39 | /** |
40 | - * @param array $args May contain: |
|
41 | - * - helper => EbayEnterprise_Inventory_Helper_Data |
|
42 | - * - allocation_service => EbayEnterprise_Inventory_Model_Allocation_Service |
|
43 | - * - logger => EbayEnterprise_MageLog_Helper_Data |
|
44 | - * - log_context => EbayEnterprise_MageLog_Helper_Context |
|
45 | 40 | */ |
46 | 41 | public function __construct(array $init = []) |
47 | 42 | { |
@@ -86,6 +81,7 @@ discard block |
||
86 | 81 | * @param array |
87 | 82 | * @param string |
88 | 83 | * @param mixed |
84 | + * @param string $key |
|
89 | 85 | * @return mixed |
90 | 86 | */ |
91 | 87 | protected function nullCoalesce(array $arr, $key, $default) |
@@ -1,17 +1,17 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | - * |
|
5 | - * NOTICE OF LICENSE |
|
6 | - * |
|
7 | - * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | - * that is bundled with this package in the file LICENSE.md. |
|
9 | - * It is also available through the world-wide-web at this URL: |
|
10 | - * http://opensource.org/licenses/osl-3.0.php |
|
11 | - * |
|
12 | - * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | - */ |
|
3 | + * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | + * |
|
5 | + * NOTICE OF LICENSE |
|
6 | + * |
|
7 | + * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | + * that is bundled with this package in the file LICENSE.md. |
|
9 | + * It is also available through the world-wide-web at this URL: |
|
10 | + * http://opensource.org/licenses/osl-3.0.php |
|
11 | + * |
|
12 | + * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | + * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | + */ |
|
15 | 15 | |
16 | 16 | use \eBayEnterprise\RetailOrderManagement\Payload\Order\IOrderItem; |
17 | 17 | |
@@ -182,13 +182,13 @@ discard block |
||
182 | 182 | && $allocation->getQuantityAllocated() < $item->getQtyOrdered(); |
183 | 183 | } |
184 | 184 | |
185 | - /** |
|
186 | - * Determine if the passed in item is backorderable. |
|
187 | - * |
|
188 | - * @param Mage_Core_Model_Abstract |
|
189 | - * @param int |
|
190 | - * @return bool |
|
191 | - */ |
|
185 | + /** |
|
186 | + * Determine if the passed in item is backorderable. |
|
187 | + * |
|
188 | + * @param Mage_Core_Model_Abstract |
|
189 | + * @param int |
|
190 | + * @return bool |
|
191 | + */ |
|
192 | 192 | protected function isBackorderable(Mage_Core_Model_Abstract $item) |
193 | 193 | { |
194 | 194 | return $this->getStockItem($item)->getBackorders() > Mage_CatalogInventory_Model_Stock::BACKORDERS_NO; |
@@ -72,6 +72,7 @@ discard block |
||
72 | 72 | * @param string |
73 | 73 | * @param array |
74 | 74 | * @param mixed |
75 | + * @param string $key |
|
75 | 76 | * @return mixed |
76 | 77 | */ |
77 | 78 | protected function nullCoalesce(array $arr, $key, $default) |
@@ -83,7 +84,7 @@ discard block |
||
83 | 84 | * Enforce type checks for the config key in the constructors parameter array $args. |
84 | 85 | * |
85 | 86 | * @param EbayEnterprise_Eb2cCore_Model_Config_Registry |
86 | - * @return array |
|
87 | + * @return EbayEnterprise_Eb2cCore_Model_Config_Registry[] |
|
87 | 88 | */ |
88 | 89 | protected function checkConfigTypes(EbayEnterprise_Eb2cCore_Model_Config_Registry $config) |
89 | 90 | { |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | - * |
|
5 | - * NOTICE OF LICENSE |
|
6 | - * |
|
7 | - * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | - * that is bundled with this package in the file LICENSE.md. |
|
9 | - * It is also available through the world-wide-web at this URL: |
|
10 | - * http://opensource.org/licenses/osl-3.0.php |
|
11 | - * |
|
12 | - * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | - */ |
|
3 | + * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | + * |
|
5 | + * NOTICE OF LICENSE |
|
6 | + * |
|
7 | + * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | + * that is bundled with this package in the file LICENSE.md. |
|
9 | + * It is also available through the world-wide-web at this URL: |
|
10 | + * http://opensource.org/licenses/osl-3.0.php |
|
11 | + * |
|
12 | + * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | + * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | + */ |
|
15 | 15 | |
16 | 16 | use \eBayEnterprise\RetailOrderManagement\Payload\Order\IOrderItem; |
17 | 17 | use \eBayEnterprise\RetailOrderManagement\Payload\Order\IEstimatedDeliveryDate; |
@@ -85,6 +85,7 @@ discard block |
||
85 | 85 | * @param string |
86 | 86 | * @param array |
87 | 87 | * @param mixed |
88 | + * @param string $key |
|
88 | 89 | * @return mixed |
89 | 90 | */ |
90 | 91 | protected function nullCoalesce(array $arr, $key, $default) |
@@ -120,7 +121,7 @@ discard block |
||
120 | 121 | * if they are valid and apply to the current state of the provided items. |
121 | 122 | * |
122 | 123 | * @param Mage_Sales_Model_Quote_Item[] |
123 | - * @return EbayEnterprise_Inventory_Model_Quantity_Restults|null |
|
124 | + * @return EbayEnterprise_Inventory_Model_Quantity_IResults|null |
|
124 | 125 | */ |
125 | 126 | protected function getSessionResults(array $items) |
126 | 127 | { |
@@ -135,6 +136,7 @@ discard block |
||
135 | 136 | * Request new quantity results. |
136 | 137 | * |
137 | 138 | * @param Mage_Sales_Model_Quote_Item[] |
139 | + * @param Mage_Sales_Model_Quote_Item_Abstract[] $items |
|
138 | 140 | * @return EbayEnterprise_Inventory_Model_Quantity_Restults |
139 | 141 | */ |
140 | 142 | protected function requestNewResults($items) |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | - * |
|
5 | - * NOTICE OF LICENSE |
|
6 | - * |
|
7 | - * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | - * that is bundled with this package in the file LICENSE.md. |
|
9 | - * It is also available through the world-wide-web at this URL: |
|
10 | - * http://opensource.org/licenses/osl-3.0.php |
|
11 | - * |
|
12 | - * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | - */ |
|
3 | + * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | + * |
|
5 | + * NOTICE OF LICENSE |
|
6 | + * |
|
7 | + * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | + * that is bundled with this package in the file LICENSE.md. |
|
9 | + * It is also available through the world-wide-web at this URL: |
|
10 | + * http://opensource.org/licenses/osl-3.0.php |
|
11 | + * |
|
12 | + * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | + * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | + */ |
|
15 | 15 | use Psr\Log\LoggerInterface; |
16 | 16 | |
17 | 17 | class EbayEnterprise_Inventory_Model_Quantity_Collector |
@@ -68,7 +68,8 @@ |
||
68 | 68 | * @param string |
69 | 69 | * @param array |
70 | 70 | * @param mixed |
71 | - * @return mixed |
|
71 | + * @param string $key |
|
72 | + * @return EbayEnterprise_Inventory_Helper_Quantity_Payload |
|
72 | 73 | */ |
73 | 74 | protected function _nullCoalesce(array $arr, $key, $default) |
74 | 75 | { |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | - * |
|
5 | - * NOTICE OF LICENSE |
|
6 | - * |
|
7 | - * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | - * that is bundled with this package in the file LICENSE.md. |
|
9 | - * It is also available through the world-wide-web at this URL: |
|
10 | - * http://opensource.org/licenses/osl-3.0.php |
|
11 | - * |
|
12 | - * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | - */ |
|
3 | + * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | + * |
|
5 | + * NOTICE OF LICENSE |
|
6 | + * |
|
7 | + * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | + * that is bundled with this package in the file LICENSE.md. |
|
9 | + * It is also available through the world-wide-web at this URL: |
|
10 | + * http://opensource.org/licenses/osl-3.0.php |
|
11 | + * |
|
12 | + * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | + * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | + */ |
|
15 | 15 | |
16 | 16 | use eBayEnterprise\RetailOrderManagement\Payload\Inventory\IQuantityRequest; |
17 | 17 |
@@ -62,7 +62,8 @@ |
||
62 | 62 | * @param string |
63 | 63 | * @param array |
64 | 64 | * @param mixed |
65 | - * @return mixed |
|
65 | + * @param string $key |
|
66 | + * @return EbayEnterprise_Inventory_Helper_Quantity_Factory |
|
66 | 67 | */ |
67 | 68 | protected function _nullCoalesce(array $arr, $key, $default) |
68 | 69 | { |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | - * |
|
5 | - * NOTICE OF LICENSE |
|
6 | - * |
|
7 | - * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | - * that is bundled with this package in the file LICENSE.md. |
|
9 | - * It is also available through the world-wide-web at this URL: |
|
10 | - * http://opensource.org/licenses/osl-3.0.php |
|
11 | - * |
|
12 | - * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | - */ |
|
3 | + * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | + * |
|
5 | + * NOTICE OF LICENSE |
|
6 | + * |
|
7 | + * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | + * that is bundled with this package in the file LICENSE.md. |
|
9 | + * It is also available through the world-wide-web at this URL: |
|
10 | + * http://opensource.org/licenses/osl-3.0.php |
|
11 | + * |
|
12 | + * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | + * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | + */ |
|
15 | 15 | |
16 | 16 | use eBayEnterprise\RetailOrderManagement\Payload\Inventory\IQuantityReply; |
17 | 17 | use eBayEnterprise\RetailOrderManagement\Payload\Inventory\IReplyQuantityItem; |