fix(core-flows): export getItemTaxLinesStep (#10640)

This commit is contained in:
Shahed Nasser
2024-12-17 19:31:55 +02:00
committed by GitHub
parent 0f5d640736
commit 1232a43fce
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/core-flows": patch
---
fix(core-flows): export getItemTaxLinesStep

View File

@@ -1,5 +1,6 @@
export * from "./create-tax-regions"
export * from "./delete-tax-regions"
export * from "./get-item-tax-lines"
export * from "./create-tax-rates"
export * from "./update-tax-rates"
export * from "./delete-tax-rates"