Skip to content

Upv1capturecontextsDataOrderInformtaion LineItems not represented as a list #225

@nathruby

Description

@nathruby

It was observed while integrating with the client that the data structure for LineItems is not accurate according to the API Docs.

https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/rest/api-fields/order-info-aa/order-info-line-items-product-name.html

But the data structure only represents it as a single object.

public Upv1capturecontextsDataOrderInformationLineItems LineItems { get; set; }

This is also causing a failure to communicate to the Capture Context API because it only accepts a list of LineItems.

EDIT:

Referenced the incorrect line in the Upv1capturecontextsDataOrderInformation.cs file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions