Hello,
I'm working on a semi-integration using the USB Pay Display and a legacy application built on classic ASP. I'm using a Windows service to basically communicate between the Clover device and the database that the classic ASP application consumes.
For the most part, it works when I try to submit payments and when the credit card is paid, the OnSaleResponse fires successfully every time.
However, if the user presses Cancel on the clover device or the back button (which is essentially a cancel), it works the first time after the application starts but then stops subsequently. Essentially, it doesn't fire the OnSaleResponse event any more for a cancel or error event.
I've been spinning my wheels for a long time.
Any help would be appreciated.