chore(): Allow to register modules through array (#9522)
This commit is contained in:
committed by
GitHub
parent
9c73503084
commit
1d8939df3a
@@ -49,7 +49,7 @@ moduleIntegrationTestRunner({
|
||||
linkable: "promotion_id",
|
||||
entity: "Promotion",
|
||||
primaryKey: "id",
|
||||
serviceName: "Promotion",
|
||||
serviceName: "promotion",
|
||||
field: "promotion",
|
||||
},
|
||||
},
|
||||
@@ -58,7 +58,7 @@ moduleIntegrationTestRunner({
|
||||
linkable: "campaign_id",
|
||||
entity: "Campaign",
|
||||
primaryKey: "id",
|
||||
serviceName: "Promotion",
|
||||
serviceName: "promotion",
|
||||
field: "campaign",
|
||||
},
|
||||
},
|
||||
@@ -67,7 +67,7 @@ moduleIntegrationTestRunner({
|
||||
linkable: "promotion_rule_id",
|
||||
entity: "PromotionRule",
|
||||
primaryKey: "id",
|
||||
serviceName: "Promotion",
|
||||
serviceName: "promotion",
|
||||
field: "promotionRule",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user