|
|
@@ -46,7 +46,7 @@ export interface OrderSellerStrategy extends InjectableStrategy {
|
|
|
* This method is called whenever a new OrderLine is added to the Order via the `addItemToOrder` mutation or the
|
|
|
* underlying `addItemToOrder()` method of the {@link OrderService}.
|
|
|
*
|
|
|
- * It should return the ID of the Channel to which this OrderLine will be assigned, which will be used to set the
|
|
|
+ * It should return the Channel to which this OrderLine will be assigned, which will be used to set the
|
|
|
* {@link OrderLine} `sellerChannel` property.
|
|
|
*/
|
|
|
setOrderLineSellerChannel?(
|