Skip to content

invoice.log.query expects paymentIds but only works with invoiceIds #114

@rafaellvs

Description

@rafaellvs

Hello

The method invoice.log.query is defined by this type:

function query(params?: { 
    limit?: number | null, 
    after?: string | null, 
    before?: string | null, 
    types?: string[] | null, 
    paymentIds?: string[] | null, 
    user?: Project | Organization | null
}): Promise<invoice.Log[]>;

Nevetheless, the paymentIds do not work. As the documentation states, the invoiceIds works.

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