Changeset 2619 for WAeUP_SRP/base/skins/waeup_epayment/pay_by_sc.py
- Timestamp:
- 10 Nov 2007, 17:39:36 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_epayment/pay_by_sc.py
r2475 r2619 84 84 #from Products.zdb import set_trace; set_trace() 85 85 info = {} 86 order_id = ds.get('pin_n') 87 p_id = "p%s" % order_id 86 p_id = "p%s" % ds.get('pin_n') 88 87 pin = str(ds.get('pin')) 89 88 try: … … 100 99 info['date'] = now 101 100 info['amount'] = cost 102 pin = info['order_id'] = "%s" % (pin)103 info['type_code'] = "%s" % pin 101 pin = info['order_id'] = "%s" % pin 102 info['type_code'] = "%s" % pin #type_code is redundant and will be removed soon 104 103 info['type_description'] = 'School Fee for Session %s' % next_session_str 105 104 info['resp_code'] = "SC" … … 117 116 except: 118 117 pass 119 verdict = s_brain.verdict 118 verdict = s_brain.verdict 120 119 study_course.getContent().edit(mapping= {'current_level': next_level_id, 121 120 'current_session': next_session_id,
Note: See TracChangeset for help on using the changeset viewer.