This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const pick_drop_locations = [ | |
{ | |
pickup: { | |
lat: 12.9376, | |
lng: 77.6247, | |
pincode: "560034", | |
}, | |
drop: { | |
lat: 12.929, | |
lng: 77.589, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const pick_drop_locations = [ | |
{ | |
client_order_id: "order_1001", | |
retail_order_id: "ondc_pm_1001", | |
pickup: { | |
lat: 12.9376, | |
lng: 77.6247, | |
address: { | |
name: "Koramangala Store 1", | |
line1: "1st Block, Koramangala", |