Remove listprice (#166)
This commit is contained in:
@@ -108,12 +108,6 @@ const PrintProduct = {
|
||||
dataSources.printProductDefaultsApi
|
||||
)).getDefaults(id);
|
||||
},
|
||||
async listprice({ id }, input: MarketInput, { dataSources }) {
|
||||
return (<ProductAPI>dataSources.productApi).getListPrice(
|
||||
id,
|
||||
input.marketId,
|
||||
);
|
||||
},
|
||||
};
|
||||
|
||||
async function getProductsResult(
|
||||
|
||||
Reference in New Issue
Block a user