Skip to content

Event invoices are not fetched properly in /review route #3411

@shreyanshdwivedi

Description

@shreyanshdwivedi

Describe the bug

Currently, we use filter to get a particular event invoice. Also we are not redirecting request from review to paid even if it is paid

let filterOptions = [
      {
        name : 'identifier',
        op   : 'eq',
        val  : params.invoice_identifier
      }
    ];

Expected behaviour

We can use proper GET API to fetch invoice

Additional context

On it

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions