Changeset 1625 for WAeUP_SRP/trunk/skins/waeup_epayment
- Timestamp:
- 22 Mar 2007, 23:53:27 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_epayment
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_epayment/check_online_payments.py
r1624 r1625 27 27 member_id = str(member) 28 28 student_id = context.getStudentId() 29 online_transactions = context.online_payment _transactions29 online_transactions = context.online_payments_import 30 30 try: 31 31 from Products.zdb import set_trace … … 47 47 online_payments = aq_portal(query1 & query2) 48 48 set_trace() 49 online_transactions = context.online_payment _transactions49 online_transactions = context.online_payments_import 50 50 51 51 for op_brain in online_payments: -
WAeUP_SRP/trunk/skins/waeup_epayment/check_transactions.py
r1624 r1625 27 27 member_id = str(member) 28 28 student_id = context.getStudentId() 29 online_transactions = context.online_payment _transactions29 online_transactions = context.online_payments_import 30 30 def rwrite(s): 31 31 response.setHeader('Content-type','text/html; charset=ISO-8859-15')
Note: See TracChangeset for help on using the changeset viewer.