Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Payment
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2011 at 09:04 UTC
Updated:
8 Feb 2011 at 22:50 UTC
All the database columns for payment transactions should have a token.
Comments
Comment #1
pcambrahttps://github.com/pcambra/drupalcommerce/commit/c8f875260c4db9894f92c6e...
Comment #2
rszrama commentedI made similar consistency changes to the other tokens by changing $payment to $transaction. I'm actually not sure what the compelling reason was for naming this variable $transaction instead of $payment... other than a "payment transaction" could technically be a refund in addition to a payment.
I also removed instance_id and payload from the list, as these are really just internal variables having to do with a) the Rule used to define a payment method's settings and b) the record of communication between the payment service and the site.