chore(): Allow to register modules through array (#9522)

This commit is contained in:
Adrien de Peretti
2024-10-11 15:17:00 +02:00
committed by GitHub
parent 9c73503084
commit 1d8939df3a
35 changed files with 954 additions and 349 deletions
@@ -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",
},
},