hotfix(medusa): missing shipping_address update
This commit is contained in:
@@ -1146,6 +1146,7 @@ class CartService extends BaseService {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
shippingAddress.country_code = countryCode
|
shippingAddress.country_code = countryCode
|
||||||
|
update.shipping_address = shippingAddress
|
||||||
} else {
|
} else {
|
||||||
// If the country code of a shipping address is set we need to clear it
|
// If the country code of a shipping address is set we need to clear it
|
||||||
if (!_.isEmpty(shippingAddress) && shippingAddress.country_code) {
|
if (!_.isEmpty(shippingAddress) && shippingAddress.country_code) {
|
||||||
|
|||||||
Reference in New Issue
Block a user