chore(core-flows): return fulfillment link (#8304)

This commit is contained in:
Carlos R. L. Rodrigues
2024-07-27 10:20:48 -03:00
committed by GitHub
parent feabe0e6c0
commit d63ca00214
10 changed files with 261 additions and 53 deletions

View File

@@ -110,4 +110,10 @@ export const LINKS = {
Modules.FULFILLMENT,
"fulfillment_id"
),
ReturnFulfillment: composeLinkName(
Modules.ORDER,
"return_id",
Modules.FULFILLMENT,
"fulfillment_id"
),
}