@@ -96,6 +96,7 @@  | 
                                                    ||
| 96 | 96 | |
| 97 | 97 | /**  | 
                                                        
| 98 | 98 |       * {@inheritdoc} | 
                                                        
| 99 | + * @param \Iris\Transfer\Sales\Order $internalData  | 
                                                        |
| 99 | 100 | */  | 
                                                        
| 100 | 101 | public function map($internalData)  | 
                                                        
| 101 | 102 |      { | 
                                                        
@@ -122,8 +122,8 @@  | 
                                                    ||
| 122 | 122 | * Sends product creation status to venture  | 
                                                        
| 123 | 123 | *  | 
                                                        
| 124 | 124 | * @param array $productsData  | 
                                                        
| 125 | - * @param string $venture  | 
                                                        |
| 126 | - * @return void  | 
                                                        |
| 125 | + * @param string $ventureCode  | 
                                                        |
| 126 | + * @return boolean  | 
                                                        |
| 127 | 127 | */  | 
                                                        
| 128 | 128 | public function sendProductCreationConfirmationToVenture(  | 
                                                        
| 129 | 129 | array $productsData,  | 
                                                        
@@ -201,6 +201,7 @@  | 
                                                    ||
| 201 | 201 | |
| 202 | 202 | /**  | 
                                                        
| 203 | 203 |       * {@inheritdoc} | 
                                                        
| 204 | + * @param string $ventureCode  | 
                                                        |
| 204 | 205 | */  | 
                                                        
| 205 | 206 | public function updateStockFromVenture(array $productsData, $ventureCode)  | 
                                                        
| 206 | 207 |      { | 
                                                        
@@ -8,7 +8,7 @@ discard block  | 
                                                    ||
| 8 | 8 | * As a Partner I expect to receive a reserve confirmation and quantity of stock for SalesOrderItem to remove its  | 
                                                        
| 9 | 9 | * reserve.  | 
                                                        
| 10 | 10 | *  | 
                                                        
| 11 | - * @param Iris\Transfer\Sales\Order\Item $orderItem  | 
                                                        |
| 11 | + * @param \Iris\Transfer\Sales\Order\Item $orderItem  | 
                                                        |
| 12 | 12 | * @param array $productsData  | 
                                                        
| 13 | 13 | * @param string $ventureCode  | 
                                                        
| 14 | 14 | * @return void  | 
                                                        
@@ -33,8 +33,8 @@ discard block  | 
                                                    ||
| 33 | 33 | public function isVentureItem(\Iris\Transfer\Sales\Order\Item $item);  | 
                                                        
| 34 | 34 | |
| 35 | 35 | /**  | 
                                                        
| 36 | - * @param Iris\Transfer\Sales\Order $order  | 
                                                        |
| 37 | - * @param Iris\Transfer\Venture $venture  | 
                                                        |
| 36 | + * @param \Iris\Transfer\Sales\Order $order  | 
                                                        |
| 37 | + * @param \Iris\Transfer\Venture $venture  | 
                                                        |
| 38 | 38 | * @return bool  | 
                                                        
| 39 | 39 | * @throws \Iris\Exceptions\OrderNotFound  | 
                                                        
| 40 | 40 | * @throws \Iris\Exceptions\RetryMessage  | 
                                                        
@@ -45,8 +45,8 @@ discard block  | 
                                                    ||
| 45 | 45 | );  | 
                                                        
| 46 | 46 | |
| 47 | 47 | /**  | 
                                                        
| 48 | - * @param Iris\Transfer\Sales\Order $order  | 
                                                        |
| 49 | - * @param Iris\Transfer\Venture $venture  | 
                                                        |
| 48 | + * @param \Iris\Transfer\Sales\Order $order  | 
                                                        |
| 49 | + * @param \Iris\Transfer\Venture $venture  | 
                                                        |
| 50 | 50 | * @return bool  | 
                                                        
| 51 | 51 | * @throws \Iris\Exceptions\OrderNotFound  | 
                                                        
| 52 | 52 | * @throws \Iris\Exceptions\RetryMessage  | 
                                                        
@@ -57,8 +57,8 @@ discard block  | 
                                                    ||
| 57 | 57 | );  | 
                                                        
| 58 | 58 | |
| 59 | 59 | /**  | 
                                                        
| 60 | - * @param Iris\Transfer\Sales\Order $order  | 
                                                        |
| 61 | - * @param Iris\Transfer\Venture $venture  | 
                                                        |
| 60 | + * @param \Iris\Transfer\Sales\Order $order  | 
                                                        |
| 61 | + * @param \Iris\Transfer\Venture $venture  | 
                                                        |
| 62 | 62 | * @return bool  | 
                                                        
| 63 | 63 | * @throws \Iris\Exceptions\OrderNotFound  | 
                                                        
| 64 | 64 | * @throws \Iris\Exceptions\RetryMessage  | 
                                                        
@@ -147,7 +147,7 @@ discard block  | 
                                                    ||
| 147 | 147 | );  | 
                                                        
| 148 | 148 | |
| 149 | 149 | /**  | 
                                                        
| 150 | - * @param Iris\Transfer\Sales\Order $order  | 
                                                        |
| 150 | + * @param \Iris\Transfer\Sales\Order $order  | 
                                                        |
| 151 | 151 | * @return bool  | 
                                                        
| 152 | 152 | */  | 
                                                        
| 153 | 153 | public function isInvalidOrder(\Iris\Transfer\Sales\Order $order);  | 
                                                        
@@ -174,7 +174,6 @@ discard block  | 
                                                    ||
| 174 | 174 | /**  | 
                                                        
| 175 | 175 | * Handle images related to the products  | 
                                                        
| 176 | 176 | *  | 
                                                        
| 177 | - * @param Iris\Transfer\Catalog\Config $config  | 
                                                        |
| 178 | 177 | * @return void  | 
                                                        
| 179 | 178 | */  | 
                                                        
| 180 | 179 | public function updateProductsFromVenture(array $productsData, $ventureCode);  |