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 11
Description
Steps:
---------
1. Create a merchant with External API and copy the merchant UUID.
2. Create a soap request with the following end point URL.
Request:
{
"merchantUuid": "49ba8763-73dd-4ec6-be98-c8719b37a5c3",
"primaryDestinationUrl": "http://www.merchantsite.com",
"name": "Test",
"comments": "This is Comment section",
"campaignList": [
],
"distributionBudgets": [
],
"siteLinks": [
,
{ "linkText": "Contact US", "url": "http://www.admaxlocal.com/contact" } ],
"calloutExtensions": [
,
{"calloutText": "Directions"} ],
"callExtension":
,
"locationExtension":
}
3. See the response.
Issue: Order is not saving as QUOTE. Order is in QUEUED state in Reseller UI and deployment didn't started.
See the attached JBOSS and Tomcat log files.