Skip to content
Snippets Groups Projects
Commit f201cf9f authored by Abhishek Y's avatar Abhishek Y
Browse files

Bug fix

parent cee8ea4c
No related branches found
No related tags found
No related merge requests found
...@@ -47,12 +47,12 @@ ...@@ -47,12 +47,12 @@
}, },
"rating": $fulfillment.agent.rating "rating": $fulfillment.agent.rating
}, },
vehicle: { "vehicle": {
category: $fulfillment.vehicle.category, "category": $fulfillment.vehicle.category,
capacity: $fulfillment.vehicle.capacity, "capacity": $fulfillment.vehicle.capacity,
make: $fulfillment.vehicle.make, "make": $fulfillment.vehicle.make,
make: $fulfillment.vehicle.make, "model": $fulfillment.vehicle.model,
color: $fulfillment.vehicle.color, "color": $fulfillment.vehicle.color,
}, },
"stops": $fulfillment.stops.{ "stops": $fulfillment.stops.{
"type": type, "type": type,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment