Currently the payment transaction view page will show you the timestamp if a transaction has been changed since it was created. It does not present any sort of revision history, though. This would be a useful feature to have (and perhaps essential if we create new revisions for transactions for things like captured authorizations), but it's be no means necessary in core yet as it can be added via hook_commerce_payment_transaction_view() until we get it in. I also don't really know the best format for this right now... i.e. a full view of the revision or a diff history like we see in issue comments.

Comments

mitchell’s picture

Status: Postponed » Active
Issue tags: +Diff integration

Diff 7.x-3.x is a rewrite with entity and field support, and 90768fd added revision support to Entity API.