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

Chnaged order_id to id in update jsonata

parent dc54cc1f
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@ $.data.{
"context":$context(context, $action),
"message":{
"order":{
"order_id":orderId,
"fulfillments":updateDetails.fulfillments,
"billing":updateDetails.billing
"id": orderId,
"fulfillments": updateDetails.fulfillments,
"billing": updateDetails.billing
},
"update_target":updateDetails.updateTarget
}
......
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