fix(core-flows): export registerOrderDeliveryStep (#12221)

Export registerOrderDeliveryStep to ensure devs can use it and to show it in the docs
This commit is contained in:
Shahed Nasser
2025-04-17 18:08:26 +03:00
committed by GitHub
parent 5fe8e2ec04
commit 19d71fdc63
2 changed files with 6 additions and 0 deletions

View File

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

View File

@@ -21,6 +21,7 @@ export * from "./exchange/create-exchange"
export * from "./exchange/create-exchange-items-from-actions"
export * from "./exchange/delete-exchanges"
export * from "./preview-order-change"
export * from "./register-delivery"
export * from "./register-fulfillment"
export * from "./register-order-changes"
export * from "./register-shipment"