Fiserv / Support

To create support tickets for tenants
9 stars 4 forks source link

API response returns Latin language data #559

Closed bkandhas closed 8 months ago

bkandhas commented 10 months ago

Product

VerifyNow

Page

Home -> Financial Institutions -> VerifyNow -> Status/Outcome

Description

We implement 3 API for VerifyNow. API response returns latin language data. We need english language data as response.

Steps to reproduce:

  1. Open https://qa-developerstudio.fiserv.com/
  2. Click "Who we serve" link.
  3. Popup window appear
  4. Navigate "Financial Institution" -> "see all financial institution"
  5. In left pane, click "VerifyNow" menu.
  6. Verify page will load
  7. In left pane, click "VerifyNow service(widget flow)" -> "Status/Outcome" menu
  8. In Right side window, click "Run Request" button for invoke API

Expected result: Response data in English language

Actual result: Response data in Latin language

Expected Behaviour

Response data in English language

Screenshot:

image

Operating system

Windows

Browser

Google Chrome

Region

No response

minh-pham1 commented 10 months ago

We are looking into this issue, however we did notice that if you change the response code in the Response area (via the dropdown), the English version does load properly for all the response codes. Will update as needed.

sfiserv commented 10 months ago

We have debugged the issue and have a possible resolution. We will update you once the fix is ready for your verfication.

minh-pham1 commented 8 months ago

Status update: Developer is actively working on debugging and fixing the issue. It is being tracked in https://firstdatateam.atlassian.net/browse/PORT-9049

Thank you for your patience!

sfiserv commented 8 months ago

@bkandhas our team has debugged this issue and found that you have to fix 5 errors image

Your product has only one spec file and the response code is not available . Hence a response code is auto generated and the default language is Latin. https://github.com/Fiserv/verifynow/blob/develop/reference/1.0.0/sample.yaml

sfiserv commented 8 months ago

we have communicated to the tenant the fixes to be done for this issue. They need to fix the errors and add the appropriate response codes. Closing this issue for now.