I'm building a custom tender. I need to send my platform an id for the user and the order amount from the clover pos.
Which Android SDK allows me to get the order total cost? from the Sale or Register apps.
OrderConnector.getOrder(orderId).getTotal();See docs here:
would I need the order read permission listed in this image? https://files.readme.io/b528f08-Permissions.png
1 Person is following this question.