I created a tender using the TenderConnector via the Android SDK. I am now trying to remove it via the TenderConnector's deleteTender() function. The ID I am passing it is definitely correct, I have all permissions and it is being done through the package that created the tender, yet every time I get this response:
com.clover.sdk.v1.ClientException: Error deleting merchant tender as you are not the owner of the system tender
Any ideas?
Edit: Hey I know you guys are busy, a quick 'we know this is a problem' or 'this is working okay for us' would be great.
There is a clue in the V2 api docs (https://www.clover.com/rest-api#GET/v...) claiming that the delete rest end point for V2 only works if the Tender has editable set to true. I can see that my tenders have editable set to false but cannot see how to change that or even initialize it to true when creating it. Some more clues are needed here.