fix: wrong custom field
This commit is contained in:
@@ -321,7 +321,7 @@ class ContentfulService extends BaseService {
|
|||||||
const environment = await this.getContentfulEnvironment_()
|
const environment = await this.getContentfulEnvironment_()
|
||||||
|
|
||||||
const fields = {
|
const fields = {
|
||||||
[this.getCustomField("medusaId", "product")]: {
|
[this.getCustomField("medusaId", "region")]: {
|
||||||
"en-US": r.id,
|
"en-US": r.id,
|
||||||
},
|
},
|
||||||
[this.getCustomField("name", "region")]: {
|
[this.getCustomField("name", "region")]: {
|
||||||
|
|||||||
Reference in New Issue
Block a user