Changeset 1630


Ignore:
Timestamp:
23 Mar 2007, 15:10:08 (18 years ago)
Author:
Henrik Bettermann
Message:

wrong action in redirect fixed
warning message added in payments_view

Location:
WAeUP_SRP/trunk/skins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_epayment/payments_view.pt

    r1615 r1630  
    6161                value="Initiate School Fee Online Payment"
    6262                />
     63               
     64
     65
     66<br /><br />
     67
     68At the moment the Wema Bank portal does not return valid callbacks.
     69You can pay online but our portal cannot reflect the payment. We have to import transaction data manually, probably by tomorrow morning.
     70All students, who have succesfully paid by then, should be able to continue with their resgistration afterwards.
     71<br /><br />
     72
     73We apologize for any inconveniences.
     74<br /><br />
     75
     76The System Administrator
     77
     78
     79
     80 
     81
     82               
    6383        </form> 
    6484
  • WAeUP_SRP/trunk/skins/waeup_student/reject_courses.py

    r1606 r1630  
    4646args['continue'] = action_after_validate
    4747args['portal_status_message'] = psm
    48 if action_after_validate:
    49     url = context.absolute_url() + '/' + action_after_validate + '?' + urlencode(args)
     48if action_after_reject:
     49    url = context.absolute_url() + '/' + action_after_reject + '?' + urlencode(args)
    5050else:
    5151    url = context.absolute_url() + '?' + urlencode(args)
Note: See TracChangeset for help on using the changeset viewer.