Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.2
-
Fix Version/s: 2.0.2
-
Component/s: None
-
Labels:None
-
Environment:
QA - Sapi 418, UI 28
-
Sprint:Sprint 2
Description
Per requirements, I should be able to create a quote using only a Quote Name and a BA/BL combination. With the current build, it is required that I have an associated merchant as well. This is incorrect for a quote as I can use EITHER a Quote Name or Associated Merchant. If I were to submit this as an order, I would then need an associated merchant, not to save it as a quote.
ID: 132
Response-Code: 400
Content-Type: application/json
Headers:
Payload: {"message":"Invalid order!","data":null,"code":-1,"details":[
{"field":"The Associated Merchant . The Identifier","message":"The Associated Merchant . The Identifier may not be empty"},
{"field":"The Associated Merchant . The Name","message":"The Associated Merchant . The Name may not be empty"},
{"field":"The Associated Merchant . The Customer Id","message":"The Associated Merchant . The Customer Id may not be empty"}]}