Active
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Payment
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Oct 2010 at 05:27 UTC
Updated:
14 Oct 2012 at 03:14 UTC
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
Comment #1
mitchell commentedDiff 7.x-3.x is a rewrite with entity and field support, and 90768fd added revision support to Entity API.