feat: Fix subscribers loading + add order <> cart link (#7617)
This commit is contained in:
@@ -56,6 +56,12 @@ export const LINKS = {
|
||||
Modules.PROMOTION,
|
||||
"promotion_id"
|
||||
),
|
||||
OrderCart: composeLinkName(
|
||||
Modules.ORDER,
|
||||
"order_id",
|
||||
Modules.CART,
|
||||
"cart_id"
|
||||
),
|
||||
OrderSalesChannel: composeLinkName(
|
||||
Modules.ORDER,
|
||||
"order_id",
|
||||
|
||||
Reference in New Issue
Block a user