Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: JDK8
-
Fix Version/s: Raspberry
-
Component/s: None
-
Labels:None
-
Environment:
QA2
-
Sprint:Sprint 8, Sprint 1, Sprint 2
Description
Getting different date format after creating merchant and deploying an order using external api
Old response:
Create merchant response:
{ "realm": "com.thesearchagency/dc34c5ac-4e4e-41dc-9830-9b55dabe0e48/75a698cb-d4e7-4ae4-8c61-3fc9b06bcfdd", "name": "tsatest", "id": "75a698cb-d4e7-4ae4-8c61-3fc9b06bcfdd", "lastModifiedDate": 1502347802000, "customerId": "APITESTING_JDK", "resellerId": "dc34c5ac-4e4e-41dc-9830-9b55dabe0e48", "createdDate": 1502347802000, "comments": "Test account for smoke test", "contactName": "Tsates", "contactPhoneNumber": "81334704614", "contactEmail": "testing2@gmail.com", "createdBy": "ddc6e111-2720-4779-b7cf-e6b871afda4d", "createdByName": "External API for orange.admaxlocal.com", "lastModifiedBy": "ddc6e111-2720-4779-b7cf-e6b871afda4d", "lastModifiedByName": "External API for orange.admaxlocal.com" }New response:
{ "realm": "com.thesearchagency/dc34c5ac-4e4e-41dc-9830-9b55dabe0e48/5a0f88c9-8be7-4f58-a876-123a35064c41", "createdBy": "ddc6e111-2720-4779-b7cf-e6b871afda4d", "resellerId": "dc34c5ac-4e4e-41dc-9830-9b55dabe0e48", "id": "5a0f88c9-8be7-4f58-a876-123a35064c41", "createdDate": "2017-09-05T13:13:42.000+0000", "createdByName": "External API for orange.admaxlocal.com", "lastModifiedDate": "2017-09-05T13:13:42.000+0000", "lastModifiedBy": "ddc6e111-2720-4779-b7cf-e6b871afda4d", "lastModifiedByName": "External API for orange.admaxlocal.com", "contactName": "QA1", "contactEmail": "test@gmail.com", "contactPhoneNumber": "81334704614", "comments": "Test account for JDK8 test", "customerId": "APITESTING_JDK8_1", "name": "QA2" }