feat(medusa, link-modules): sales channel <> pubkey link (#5820)

This commit is contained in:
Frane Polić
2024-01-05 14:51:57 +01:00
committed by GitHub
parent bf63c4e6a3
commit 6fc6a9de6a
12 changed files with 195 additions and 38 deletions
+6
View File
@@ -40,4 +40,10 @@ export const LINKS = {
"salesChannelService",
"sales_channel_id"
),
PublishableApiKeySalesChannel: composeLinkName(
"publishableApiKeyService",
"publishable_key_id",
"salesChannelService",
"sales_channel_id"
),
}