Changeset 1308
- Timestamp:
- 16 Jan 2007, 08:15:05 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_epayment
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_epayment/epayment_cb.py
r1304 r1308 42 42 context.getContent().edit(mapping=pd) 43 43 wftool.doActionFor(student,'pay_school_fee') 44 #wftool.doActionFor(context,'close')44 wftool.doActionFor(context,'close') 45 45 46 46 return request.RESPONSE.redirect("%s/waeup_document_view" % context.absolute_url()) -
WAeUP_SRP/trunk/skins/waeup_epayment/pay_online.py
r1304 r1308 70 70 #from Products.zdb import set_trace;set_trace() 71 71 payment.getContent().edit(mapping=d) 72 wftool.doActionFor(payment,'close')72 #wftool.doActionFor(payment,'close') 73 73 #wftool.doActionFor(student,'pay_school_fee') 74 74 info['callback_url'] = "%s/payments/%s/epayment_cb" % (student.absolute_url(),p_id)
Note: See TracChangeset for help on using the changeset viewer.