Ignore:
Timestamp:
5 Jun 2012, 15:07:26 (13 years ago)
Author:
Henrik Bettermann
Message:

Customize CustomApplicantRegistrationPage?.

Uniben applicants do see the login credentials on registration landing page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/interswitch/browser.py

    r8568 r8630  
    103103    if payment.r_code != '00':
    104104        msg = _('Unsuccessful callback: ${a}', mapping = {'a': sr})
    105         log = 'usuccessful callback for payment %s: %s' % (payment.p_id, sr)
     105        log = 'unsuccessful callback for payment %s: %s' % (payment.p_id, sr)
    106106        payment.p_state = 'failed'
    107107        return False, msg, log
Note: See TracChangeset for help on using the changeset viewer.