Skip to content

Commit

Permalink
Merge pull request #41 from ONDC-Official/feature/rework
Browse files Browse the repository at this point in the history
changes
  • Loading branch information
extedcouD authored Jan 16, 2025
2 parents f15b2a0 + 76e84fb commit 4ed0351
Show file tree
Hide file tree
Showing 16 changed files with 94 additions and 16,683 deletions.
21 changes: 10 additions & 11 deletions src/config/TRV11/selection.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,8 @@
"_NAME_": "status_request",
"mockType": "$._EXTERNAL.mock_type",
"forType": ["BAP"],
"order_id": "$._EXTERNAL.order_id",
"_RETURN_": "(mockType equal to forType) && (order_id are present)",
"_SUCCESS_CODE_": 111
"_RETURN_": "(mockType equal to forType)",
"_SUCCESS_CODE_": 111
},
{
"_NAME_": "onstatus_active_request",
Expand All @@ -115,7 +114,7 @@
"mockType": "$._EXTERNAL.mock_type",
"forType": ["BPP"],
"order_id": "$._EXTERNAL.order_id",
"_RETURN_": "(mockType equal to forType) && (order_id are present)",
"_RETURN_": "(mockType equal to forType) && (order_id are present)",
"_SUCCESS_CODE_": 114
},
{
Expand All @@ -129,50 +128,50 @@
"_NAME_": "cancel_soft_request",
"mockType": "$._EXTERNAL.mock_type",
"forType": ["BAP"],
"_RETURN_": "(mockType equal to forType)",
"_RETURN_": "(mockType equal to forType) && (order_id are present)",
"_SUCCESS_CODE_": 116
},
{
"_NAME_": "cancel_hard_request",
"mockType": "$._EXTERNAL.mock_type",
"forType": ["BAP"],
"_RETURN_": "(mockType equal to forType)",
"_RETURN_": "(mockType equal to forType) && (order_id are present)",
"_SUCCESS_CODE_": 117
},
{
"_NAME_": "oncancel_request",
"mockType": "$._EXTERNAL.mock_type",
"forType": ["BPP"],
"_RETURN_": "(mockType equal to forType)",
"_RETURN_": "(mockType equal to forType) && (order_id are present)",
"_SUCCESS_CODE_": 118
},
{
"_NAME_": "oncancel_soft_request",
"mockType": "$._EXTERNAL.mock_type",
"forType": ["BPP"],
"_RETURN_": "(mockType equal to forType)",
"_RETURN_": "(mockType equal to forType) && (order_id are present)",
"_SUCCESS_CODE_": 119
},
{
"_NAME_": "oncancel_hard_request",
"mockType": "$._EXTERNAL.mock_type",
"forType": ["BPP"],
"_RETURN_": "(mockType equal to forType)",
"_RETURN_": "(mockType equal to forType) && (order_id are present)",
"_SUCCESS_CODE_": 120
},
{
"_NAME_": "oncancel_init_request",
"mockType": "$._EXTERNAL.mock_type",
"forType": ["BPP"],
"_RETURN_": "(mockType equal to forType)",
"_RETURN_": "(mockType equal to forType) && (order_id are present)",
"_SUCCESS_CODE_": 121
},
{
"_NAME_": "onupdate_request",
"mockType": "$._EXTERNAL.mock_type",
"forType": ["BPP"],
"order_id": "$._EXTERNAL.order_id",
"_RETURN_": "(mockType equal to forType) && (order_id are present",
"_RETURN_": "(mockType equal to forType) && (order_id are present)",
"_SUCCESS_CODE_": 122
}
]
Expand Down
Loading

0 comments on commit 4ed0351

Please sign in to comment.