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 12
Description
Steps:
---------
1. Deploy an order with custom media.
2. After successful deployment, remove the media or remove all the ads from the deployment request.
{
"merchantUuid": "8866c0e9-7441-4c3c-be96-7adf01a42df7",
"primaryDestinationUrl": "http://www.merchantsite.com",
"name": "quote Name",
"comments": "This is Comment section",
"campaignList": [
],
"distributionBudgets": [
]
}
3. Redeploy the order without ad elements.
4. verify the media and ads.
Problem: During redeployment it should use system ads as there is no any ad elements in my deployment request. But its using previously customized ads during redeployment.