remove city and prov from user address
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-23 11:47:30 +03:30
parent 7dfd42bd5b
commit 0036e9e97f
10 changed files with 16 additions and 47 deletions
@@ -473,8 +473,6 @@ console.log(cart);
return {
fullName: [user.firstName, user.lastName].filter(Boolean).join(' '),
phone: address.phone || user.phone,
city: address.city,
province: address.province || '',
address: address.address,
postalCode: address.postalCode ?? undefined,
latitude: address.latitude,