This is Dharani working as lead developer in Liquid Payments organization. We would like to semi integrate with clover mini device with model name Clover Mini 3G and Model Number c301.
As I'm on Windows 8.1 and semi integrate the device using
Remote Pay Cloud mentioned in the url
https://github.com/clover/remote-pay-cloud and downloaded the cloud examples and trying to run the cloud example in the sandbox environment and followed the steps accordingly mentioned in the URL.
Note: Device configured based on the US with EST time zone and Development team working from INDIA (i.e. device exists in INDIA)
Problem:An error has occurred and we could not connect to your Clover Device. Could not send alert to device.While I tried to run
http://localhost:3000 I got the CORS issue and I resolved the issue by setting the params in the Settings-> WebConfiguration->CORS DOMAIN(Optional) to
http://localhost:3000 and Default OAuth Response: CODE.
Still the issue exists after resolved the CORS issue and c
onfigured params in the CloudExample.js.