Is there a way to void an order on clover ?
I believe you are asking about voiding a payment? An order is collection of line items, discounts, taxes, etc which is used to determine how much to charge a customer. A payment is made on an order by a customer. If you want to void a payment you would use OrderConnector#voidPayment2
method in the clover-android-sdk. See https://github.com/clover/clover-andr... for the full signature. This example shows you how to write an android app that works with OrderConnector: https://github.com/clover/android-exa...
No one has followed this question yet.