Changeset 1633


Ignore:
Timestamp:
23 Mar 2007, 22:20:52 (18 years ago)
Author:
Henrik Bettermann
Message:

extended logging message in pay_online
ticket #148

Location:
WAeUP_SRP/trunk/skins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_academics/level_view.pt

    r1631 r1633  
    4848                    [edit]
    4949                    </a>
    50                 <a tal:condition="row/is_editable"
    51                     href="edit" tal:attributes="href string:${row/real_course_path}/external_edit_form"
    52                     target="edit"
    53                     onclick="javascript:window.open('','edit','width=600, height=700, directories=no, toolbar=no, location=no, menubar=no, scrollbars=yes, status=no, resizable=no, dependent=no')">
    54                     [edit real]
     50                <a href="edit" tal:attributes="href string:${row/real_course_path}">
     51                    [goto course]
    5552                    </a>
    5653                </td>
  • WAeUP_SRP/trunk/skins/waeup_epayment/pay_online.py

    r1571 r1633  
    9191info['callback_url'] = "%s/payments/%s/epayment_cb" % (student.absolute_url(),p_id)
    9292
    93 logger.info('%(student_id)s initiated online school fee payment' % info)
     93logger.info('%(student_id)s initiated online school fee payment with order_id %(order_id)s and callback url %(callback_url)s' % info)
    9494payment_fields = (('x_SiteID','site_id'),
    9595                  ('x_Redirect_url','callback_url'),
Note: See TracChangeset for help on using the changeset viewer.