fix(medusa): keep country_code when partially updating cart addresses (#2683)

**What**
- Fixes a bug where `country_code` was dropped when partially updating a shipping or billing address on a cart.
This commit is contained in:
Kasper Fabricius Kristensen
2022-12-12 15:03:54 +01:00
committed by GitHub
parent d68e81fb3d
commit 33aa3edb80
5 changed files with 51 additions and 10 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
fix: Fixes a bug where `country_code` was dropped when partially updating a shipping and/or billing address on a cart.