remove province and city
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled

This commit is contained in:
hamid zarghami
2026-06-23 14:12:02 +03:30
parent cee1f98972
commit 037e94d7ac
9 changed files with 189 additions and 223 deletions
@@ -79,12 +79,10 @@ export interface HistoryOrderDeliveryMethod {
}
export interface HistoryOrderUserAddress {
city: string;
phone: string;
address: string;
fullName: string;
latitude: number;
province: string;
longitude: number;
postalCode: string;
}
@@ -97,8 +95,6 @@ export interface HistoryOrderAddress {
user: string;
title: string;
address: string;
city: string;
province: string;
postalCode: string;
latitude: number;
longitude: number;