Changeset 1304 for WAeUP_SRP/trunk/skins/waeup_epayment
- Timestamp:
- 15 Jan 2007, 22:46:27 (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
r1303 r1304 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 return request.RESPONSE.redirect("%s/waeup_document_view" % context.absolute_url()) 46 return request.RESPONSE.redirect("%s/waeup_document_view" % context.absolute_url()) -
WAeUP_SRP/trunk/skins/waeup_epayment/pay_online.py
r1303 r1304 33 33 ## logger.info('"%s","certificate not found", "%s"' % (student_id,course)) 34 34 ## sfc = "ART" 35 ##else: 35 ##else: 36 36 ## sfc = res[0].getPath().split('/')[-4] 37 37 info = {} … … 71 71 payment.getContent().edit(mapping=d) 72 72 wftool.doActionFor(payment,'close') 73 wftool.doActionFor(student,'pay_school_fee')73 #wftool.doActionFor(student,'pay_school_fee') 74 74 info['callback_url'] = "%s/payments/%s/epayment_cb" % (student.absolute_url(),p_id) 75 75 if context.portal_url().find('uniben-demo.waeup.org') >-1 or\
Note: See TracChangeset for help on using the changeset viewer.