chore(): Allow to register modules through array (#9522)
This commit is contained in:
+12
-12
@@ -137,7 +137,7 @@ moduleIntegrationTestRunner({
|
||||
linkable: "fulfillment_address_id",
|
||||
entity: "FulfillmentAddress",
|
||||
primaryKey: "id",
|
||||
serviceName: "Fulfillment",
|
||||
serviceName: "fulfillment",
|
||||
field: "fulfillmentAddress",
|
||||
},
|
||||
},
|
||||
@@ -146,7 +146,7 @@ moduleIntegrationTestRunner({
|
||||
linkable: "fulfillment_item_id",
|
||||
entity: "FulfillmentItem",
|
||||
primaryKey: "id",
|
||||
serviceName: "Fulfillment",
|
||||
serviceName: "fulfillment",
|
||||
field: "fulfillmentItem",
|
||||
},
|
||||
},
|
||||
@@ -155,7 +155,7 @@ moduleIntegrationTestRunner({
|
||||
linkable: "fulfillment_label_id",
|
||||
entity: "FulfillmentLabel",
|
||||
primaryKey: "id",
|
||||
serviceName: "Fulfillment",
|
||||
serviceName: "fulfillment",
|
||||
field: "fulfillmentLabel",
|
||||
},
|
||||
},
|
||||
@@ -164,7 +164,7 @@ moduleIntegrationTestRunner({
|
||||
linkable: "fulfillment_provider_id",
|
||||
entity: "FulfillmentProvider",
|
||||
primaryKey: "id",
|
||||
serviceName: "Fulfillment",
|
||||
serviceName: "fulfillment",
|
||||
field: "fulfillmentProvider",
|
||||
},
|
||||
},
|
||||
@@ -173,7 +173,7 @@ moduleIntegrationTestRunner({
|
||||
linkable: "fulfillment_set_id",
|
||||
entity: "FulfillmentSet",
|
||||
primaryKey: "id",
|
||||
serviceName: "Fulfillment",
|
||||
serviceName: "fulfillment",
|
||||
field: "fulfillmentSet",
|
||||
},
|
||||
},
|
||||
@@ -182,7 +182,7 @@ moduleIntegrationTestRunner({
|
||||
linkable: "fulfillment_id",
|
||||
entity: "Fulfillment",
|
||||
primaryKey: "id",
|
||||
serviceName: "Fulfillment",
|
||||
serviceName: "fulfillment",
|
||||
field: "fulfillment",
|
||||
},
|
||||
},
|
||||
@@ -191,7 +191,7 @@ moduleIntegrationTestRunner({
|
||||
linkable: "geo_zone_id",
|
||||
entity: "GeoZone",
|
||||
primaryKey: "id",
|
||||
serviceName: "Fulfillment",
|
||||
serviceName: "fulfillment",
|
||||
field: "geoZone",
|
||||
},
|
||||
},
|
||||
@@ -200,7 +200,7 @@ moduleIntegrationTestRunner({
|
||||
linkable: "service_zone_id",
|
||||
entity: "ServiceZone",
|
||||
primaryKey: "id",
|
||||
serviceName: "Fulfillment",
|
||||
serviceName: "fulfillment",
|
||||
field: "serviceZone",
|
||||
},
|
||||
},
|
||||
@@ -209,7 +209,7 @@ moduleIntegrationTestRunner({
|
||||
linkable: "shipping_option_rule_id",
|
||||
entity: "ShippingOptionRule",
|
||||
primaryKey: "id",
|
||||
serviceName: "Fulfillment",
|
||||
serviceName: "fulfillment",
|
||||
field: "shippingOptionRule",
|
||||
},
|
||||
},
|
||||
@@ -218,7 +218,7 @@ moduleIntegrationTestRunner({
|
||||
linkable: "shipping_option_type_id",
|
||||
entity: "ShippingOptionType",
|
||||
primaryKey: "id",
|
||||
serviceName: "Fulfillment",
|
||||
serviceName: "fulfillment",
|
||||
field: "shippingOptionType",
|
||||
},
|
||||
},
|
||||
@@ -227,7 +227,7 @@ moduleIntegrationTestRunner({
|
||||
linkable: "shipping_option_id",
|
||||
entity: "ShippingOption",
|
||||
primaryKey: "id",
|
||||
serviceName: "Fulfillment",
|
||||
serviceName: "fulfillment",
|
||||
field: "shippingOption",
|
||||
},
|
||||
},
|
||||
@@ -236,7 +236,7 @@ moduleIntegrationTestRunner({
|
||||
linkable: "shipping_profile_id",
|
||||
entity: "ShippingProfile",
|
||||
primaryKey: "id",
|
||||
serviceName: "Fulfillment",
|
||||
serviceName: "fulfillment",
|
||||
field: "shippingProfile",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user