chore(order): cancel return (#7881)

This commit is contained in:
Carlos R. L. Rodrigues
2024-07-02 06:52:58 -03:00
committed by GitHub
parent b3236ff31c
commit 07715e6b50
46 changed files with 1339 additions and 121 deletions

View File

@@ -86,6 +86,18 @@ export const LINKS = {
Modules.PAYMENT,
"payment_collection_id"
),
OrderClaimPaymentCollection: composeLinkName(
Modules.ORDER,
"claim_id",
Modules.PAYMENT,
"payment_collection_id"
),
OrderExchangePaymentCollection: composeLinkName(
Modules.ORDER,
"exchange_id",
Modules.PAYMENT,
"payment_collection_id"
),
OrderFulfillment: composeLinkName(
Modules.ORDER,
"order_id",