fix(chore-flows): update shipping method price (#8592)

This commit is contained in:
Carlos R. L. Rodrigues
2024-08-14 12:53:59 +00:00
committed by GitHub
parent 3d3fd9e500
commit a45ff1c147
4 changed files with 9 additions and 1 deletions
@@ -102,6 +102,7 @@ export const updateClaimShippingMethodWorkflow = createWorkflow(
const action = {
id: originalAction.id,
amount: data.custom_price,
internal_note: data.internal_note,
}
@@ -106,6 +106,7 @@ export const updateExchangeShippingMethodWorkflow = createWorkflow(
const action = {
id: originalAction.id,
amount: data.custom_price,
internal_note: data.internal_note,
}
@@ -89,6 +89,7 @@ export const updateOrderEditShippingMethodWorkflow = createWorkflow(
const action = {
id: originalAction.id,
amount: data.custom_price,
internal_note: data.internal_note,
}
@@ -89,7 +89,11 @@ export const updateReturnShippingMethodWorkflow = createWorkflow(
list: false,
}).config({ name: "order-change-query" })
updateReturnShippingMethodValidationStep({ orderReturn, orderChange, input })
updateReturnShippingMethodValidationStep({
orderReturn,
orderChange,
input,
})
const updateData = transform(
{ orderChange, input },
@@ -102,6 +106,7 @@ export const updateReturnShippingMethodWorkflow = createWorkflow(
const action = {
id: originalAction.id,
amount: data.custom_price,
internal_note: data.internal_note,
}