|
|
@ -680,7 +680,7 @@ fastify.route({
|
|
|
|
address2: { type: "string" },
|
|
|
|
address2: { type: "string" },
|
|
|
|
zone: { type: "string" },
|
|
|
|
zone: { type: "string" },
|
|
|
|
pincode: { type: "string" },
|
|
|
|
pincode: { type: "string" },
|
|
|
|
nameoftheContactPerson: { type: "string"},
|
|
|
|
//nameoftheContactPerson: { type: "string"},
|
|
|
|
googleLocation: { type: "string" },
|
|
|
|
googleLocation: { type: "string" },
|
|
|
|
latitude: { type: 'number', default: 0.0 },
|
|
|
|
latitude: { type: 'number', default: 0.0 },
|
|
|
|
longitude: { type: 'number', default: 0.0 },
|
|
|
|
longitude: { type: 'number', default: 0.0 },
|
|
|
|