Skip to content

Example link and Invoice verifier in demo page bug #8

Description

@lidiamartinez

I'd change this myself, but I have no permissions in the repo and I don't really want to create a fork for this.

  • Example link is broken. I can't find that email notifier anymore.

  • The demo page fails in the invoice verifier in line L270.
    Method IsRefunded() is not available under class InvoiceInfo L679

You can add the funcion after GetStatus() method:
public function IsRefunded() {
return $this->GetStatus() == self::StatusRefunded;
}

That would be easier than going GetStatus and checking the variable.

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