Everything works find in the sandbox environment though nothing's happening when I use the production endpoint.
When I redirect to this endpoint "
https://api.clover.com/oauth/authorize?client_id=XXXXXXXXXXXX&redirect_uri=https://<mydomainName>.com/clover/authorize" Nothing happens. This works fine when I use "
https://sandbox.dev.clover.com/oauth/authorize?client_id=XXXXXXXXXXXX&redirect_uri=https://<mydomainName>.com/clover/authorize"
Is there anything wrong with the endpoint currently am I missing something. I'm currently developing on Ubuntu 16.04, Apache server, PHP 7 using shared sites so it's not localhost.