Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Zeus
-
Fix Version/s: Zeus
-
Component/s: None
-
Labels:None
-
Environment:
QA2
-
Sprint:Sprint 8
Description
Steps:
---------
1. Deploy an order to Facebook through External API.
2. Redeploy the same order by including Google and Bing and Removing Facebook from the deployment request.
3. Verify the response.
Expected: Order should deploy successfully to Google and Bing.
Actual: Order is not going to deployment. Seeing Invalid Data message in the response.
{
"code": "INVALID_DATA",
"message": "Invalid data",
"details": [
]
}