Skip to content

Conversation

@harsha-gurusinfotech
Copy link

Fixed the actual parameter list which isn't populating, adding an extra left-brace and right-brace is populating them correctly.

Before :
"actual-parameters": [
"{"
]

After the change:
"actual-parameters": [
{
"type": "Reg-TravelerInformation"
}
]

Fixed the actual parameter list which isn't populating, adding an extra left-brace and right-brace is populating them correctly.

Before :
 "actual-parameters": [
                        "{"
                    ]

After the change:
"actual-parameters": [
                        {
                            "type": "Reg-TravelerInformation"
                        }
                    ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant