Hi,
We are using the following code to create the Order:
mOrderConnector.createOrder(new Order());
We are facing the following error to execute the above line:
com.clover.sdk.v1.ForbiddenException: status code: 403 Permission denied
Please suggest what permissions are required to create the order with the help of the Order connector?
All things were working fine earlier. But suddenly it has required permission, Any change has made from the clover side?
Thanks.