During app development we initiated creating a custom tender to use within our app. Unfortunately, we didn't specify that the tender should be editable. Now the API thinks that the tender is a system tender (I'm guessing because `editable` is `false`).
Can someone with the access manually remove or set this to editable so we can delete it?
Here's the result we get with the edit and delete calls:
And the result when I run a delete or even an edit:
{ "message": "Error modifying merchant tender as you are not the owner of the system tender"}