Sharetribe noob here, I recently have been hired to a company using Sharetribe.
I have to add a way to destroy a transaction from the seller side, so if they send a request to the buyer but they never hear back or they decide against it they can destroy the transaction.
I’m not asking how to make this, more if something similar is already built in. I’m also a bit of a rails noob so I might just be missing something.
Thanks!
EDIT: After a lot of looking around and finding the cancel method confirm_conversations_controller I found that this method is only used for canceling something that has been paid, where as this was still in the pre_authorization stage. Is there anything wrong with allowing transition from pre_auth to cancel? Or does that effect the payment process.