chore(core-flows): apply taxes to items and shipping on RMA flows (#8858)
** What Apply taxes to order line items and shipping methods
This commit is contained in:
committed by
GitHub
parent
8cf47516c1
commit
891037081d
@@ -399,10 +399,7 @@ export default class TaxModuleService
|
||||
|
||||
const parentRegion = regions.find((r) => r.province_code === null)
|
||||
if (!parentRegion) {
|
||||
throw new MedusaError(
|
||||
MedusaError.Types.INVALID_DATA,
|
||||
"No parent region found for country"
|
||||
)
|
||||
return []
|
||||
}
|
||||
|
||||
const toReturn = await promiseAll(
|
||||
|
||||
Reference in New Issue
Block a user