Merge branch 'master' into storefront-nuxt

This commit is contained in:
Egor Pavlovich Gorbunov 2026-03-04 20:17:40 +03:00
commit 52687beeec

View file

@ -388,6 +388,8 @@ class AddressType(DjangoObjectType):
"postal_code", "postal_code",
"country", "country",
"raw_data", "raw_data",
"address_line_1",
"address_line_2",
"api_response", "api_response",
"user", "user",
) )