feat(fulfillment): Separate list and context rules validation (#6674)
**What** - Add method to validate fulfillment option from the provider - Separate list/list and count from context rules validation and add listShippingOptionsForContext FIXES CORE-1861
This commit is contained in:
committed by
GitHub
parent
1956dce80a
commit
3188e703b3
@@ -1413,7 +1413,7 @@ medusaIntegrationTestRunner({
|
||||
geo_zones: [
|
||||
{
|
||||
type: "country",
|
||||
country_code: "us",
|
||||
country_code: "dk",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -1637,7 +1637,7 @@ medusaIntegrationTestRunner({
|
||||
geo_zones: [
|
||||
{
|
||||
type: "country",
|
||||
country_code: "us",
|
||||
country_code: "dk",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user