Hi,
I tried to deploy the example https://github.com/clover/remote-pay-cloud-examples/tree/master/remote-pay-cloud-pos-react
I already have the product account (and device connected to that account).
This is the default config.js of the source above:
export const myConfig = { clientId: 'HBK8YZG9EQNJG', devicesDomain: 'https://apisandbox.dev.clover.com/v3/merchants/', oAuthDomain: 'https://sandbox.dev.clover.com', uriText: 'wss://10.249.255.103:12345/remote_pay', cloverServer: 'https://apisandbox.dev.clover.com', };
How should I change the configs correctly with my product account, so it can connect to my device.
E.g: How do I know the clientId of my production account?
Thanks