Skip to content

getGatewayOrder error = no Route matched with those values #64

@karishmapujara

Description

@karishmapujara

Hello

I am receiving the error in getGatewayOrder(orderid) method.

"Error: no Route matched with those values"

here is my code
try {
$response = $api->getGatewayOrder($order_id);
print_r(json_encode($response));
}
catch (Exception $e) {
print('Error: ' . $e->getMessage());
}

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