feat(medusa): Improve addShippingMethod on store cart route (#3222)
This commit is contained in:
@@ -80,6 +80,7 @@ export default async (req, res) => {
|
||||
)
|
||||
|
||||
const updated = await txCartService.retrieve(id, {
|
||||
select: ["id"],
|
||||
relations: ["payment_sessions"],
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user