Change calcCatalogFromItem name
gitea/hedera-web/pipeline/pr-beta This commit looks good
Details
gitea/hedera-web/pipeline/pr-beta This commit looks good
Details
This commit is contained in:
parent
011337b88a
commit
43173272bd
|
@ -573,7 +573,7 @@ const getItemTags = async itemFk => {
|
|||
|
||||
const calcItem = async itemId => {
|
||||
try {
|
||||
const { data } = await api.get('Orders/getCalcFromItem', {
|
||||
const { data } = await api.get('Orders/calcCatalogFromItem', {
|
||||
params: {
|
||||
orderId: basketOrderId.value,
|
||||
itemId
|
||||
|
|
Loading…
Reference in New Issue