Skip to content

Exception on Transaction reference not found #3

Description

@successtar

The call on line 659 of Paystack.php for transaction not found should be,

throw new PaystackExceptionApiException(
                "Paystack Request failed with Response: '" .
                $this->messageFromApiJson($resp)."'",
                $resp
            );

and not

throw new ApiException(
                "Paystack Request failed with Response: '" .
                $this->messageFromApiJson($resp)."'",
                $resp
            );

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