[getpaid] r2885 committed - Grap processor transaction from the correct field

0 views
Skip to first unread message

codesite...@google.com

unread,
Aug 6, 2009, 5:12:49 PM8/6/09
to getpaid...@groups.google.com
Revision: 2885
Author: larubbio
Date: Thu Aug 6 14:00:25 2009
Log: Grap processor transaction from the correct field
http://code.google.com/p/getpaid/source/detail?r=2885

Modified:

/getpaid.formgen/trunk/src/getpaid/formgen/content/getpaidFormMailerAdapter.py

=======================================
---
/getpaid.formgen/trunk/src/getpaid/formgen/content/getpaidFormMailerAdapter.py
Wed Jul 22 08:58:00 2009
+++
/getpaid.formgen/trunk/src/getpaid/formgen/content/getpaidFormMailerAdapter.py
Thu Aug 6 14:00:25 2009
@@ -484,7 +484,7 @@
ret[ORDER_SHIPPING_TOTAL] = order.getShippingCost()
ret[ORDER_SUB_TOTAL] = order.getSubTotalPrice()
ret[ORDER_TOTAL] = order.getTotalPrice()
- ret[ORDER_TRANSACTION_ID] = order.processor_order_id
+ ret[ORDER_TRANSACTION_ID] = order.user_payment_info_trans_id
ret[CC_NAME] = order.name_on_card
ret[CC_LAST_4] = order.user_payment_info_last4
ret[ORDER_ITEMS_ARRAY] = []

Reply all
Reply to author
Forward
0 new messages