Hi,
I'm trying to run a simple transaction via PaymentConnector on the Android Emulator as described here: https://docs.clover.com/clover-platform/docs/take-a-payment-with-payment-connector
My code is the exact same, but i get the unsuccessful response:
{SaleResponse{json='{"success":false,"result":"CANCEL","reason":"User canceled","isSale":false,"isAuth":false,"isPreAuth":false}', bundle=null, changeLog=Bundle[{success=null, isAuth=null, isSale=null, reason=null, result=null, isPreAuth=null}]}}
There are no any Clover windows appear when the saleRequest sent. So, please give me a hand to resolve the issue.