chore: joiner config entity property (#9084)

This commit is contained in:
Carlos R. L. Rodrigues
2024-09-11 06:25:25 -03:00
committed by GitHub
parent 28dc8d4d17
commit fdd0543011
80 changed files with 464 additions and 294 deletions
@@ -91,7 +91,7 @@ medusaIntegrationTestRunner({
expect(response.status).toEqual(200)
const [address] = await customerModuleService.listAddresses({
const [address] = await customerModuleService.listCustomerAddresses({
customer_id: customer.id,
is_default_shipping: true,
})
@@ -126,7 +126,7 @@ medusaIntegrationTestRunner({
expect(response.status).toEqual(200)
const [address] = await customerModuleService.listAddresses({
const [address] = await customerModuleService.listCustomerAddresses({
customer_id: customer.id,
is_default_billing: true,
})