dineshkumarreddyr / rideoncab

Front end of Ride on Cab
MIT License
0 stars 0 forks source link

could not found sid = 4 (please check the database ) or is it intended to be the 5 ? #80

Open rideoncab opened 9 years ago

rideoncab commented 9 years ago

[ { "sid": "1", "service": "Point to Point" }, { "sid": "2", "service": "Outstation" }, { "sid": "3", "service": "Hourly Package" }, { "sid": "5", "service": "Airport" } ]

udayakumarswamy commented 9 years ago

Is there any thing we missed except "Point to Point, Outstation, Hourly package, Airport". the sid is the unique id for services that is auto generated value from DB. And coming to 4th value is missed because, that value we deleted earlier.

rideoncab commented 9 years ago

Cool thanks