feat: Fix subscribers loading + add order <> cart link (#7617)

This commit is contained in:
Oli Juhl
2024-06-09 12:31:28 +02:00
committed by GitHub
parent fbb00f3863
commit 3f661c917b
10 changed files with 99 additions and 76 deletions

View File

@@ -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",