Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Not a Bug
-
Affects Version/s: Mars
-
Fix Version/s: Zeus
-
Component/s: None
-
Labels:None
-
Environment:
External API - QA7
-
Sprint:Sprint 7, Sprint 8
Description
1. Create a merchant through External API with all the required fields.
Eg:
"customerId": "Mars_2",
"comments": "API testing in Mars",
"contactEmail": "mars1312@gmail.com",
"contactName": "Mars Test",
"contactPhoneNumber":"+81 03-3470-4611",
"name": "Mars Test 2"
3. Verify the response.
Problem: No contact Name details in the response.
Response:
{ "realm": "com.thesearchagency/71b59a1a-87f5-46e9-b1b7-20f08b083f8e/a9e889f5-9286-42c8-92d7-313b00347e43", "createdBy": "2f7cc3a1-ff25-4fd5-b174-095dba4bdbf4", "id": "a9e889f5-9286-42c8-92d7-313b00347e43", "resellerId": "71b59a1a-87f5-46e9-b1b7-20f08b083f8e", "customerId": "Mars_2", "comments": "API testing in Mars", "contactEmail": "mars1312@gmail.com", "contactPhoneNumber": "810334704611", "createdByName": "External API for mercury.admaxlocal.com", "createdDate": 1545656375000, "lastModifiedBy": "2f7cc3a1-ff25-4fd5-b174-095dba4bdbf4", "lastModifiedByName": "External API for mercury.admaxlocal.com", "lastModifiedDate": 1545656375000, "name": "Mars Test 2" }Also cross checked in the database we are not saving contact Name details in smb.merchants table.