chore(order): link order and payment collection (#7334)
This commit is contained in:
committed by
GitHub
parent
7a8937fcba
commit
70fd355e46
@@ -68,18 +68,16 @@ export const LINKS = {
|
||||
Modules.SALES_CHANNEL,
|
||||
"sales_channel_id"
|
||||
),
|
||||
|
||||
// Internal services
|
||||
ProductShippingProfile: composeLinkName(
|
||||
Modules.PRODUCT,
|
||||
"variant_id",
|
||||
"shippingProfileService",
|
||||
"profile_id"
|
||||
),
|
||||
ProductSalesChannel: composeLinkName(
|
||||
Modules.PRODUCT,
|
||||
"product_id",
|
||||
Modules.SALES_CHANNEL,
|
||||
"sales_channel_id"
|
||||
),
|
||||
OrderPaymentCollection: composeLinkName(
|
||||
Modules.ORDER,
|
||||
"order_id",
|
||||
Modules.PAYMENT,
|
||||
"payment_collection_id"
|
||||
),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user