feat(geo): add tenant/merchant/store geocode fallback and retry workflow
All checks were successful
Build and Deploy TenantApi / build-and-deploy (push) Successful in 43s
All checks were successful
Build and Deploy TenantApi / build-and-deploy (push) Successful in 43s
This commit is contained in:
@@ -42,6 +42,9 @@ public static class StoreMapping
|
||||
Address = store.Address,
|
||||
Longitude = store.Longitude,
|
||||
Latitude = store.Latitude,
|
||||
GeoStatus = store.GeoStatus,
|
||||
GeoFailReason = store.GeoFailReason,
|
||||
GeoUpdatedAt = store.GeoUpdatedAt,
|
||||
Announcement = store.Announcement,
|
||||
Tags = store.Tags,
|
||||
DeliveryRadiusKm = store.DeliveryRadiusKm,
|
||||
|
||||
Reference in New Issue
Block a user