Ignore:
Timestamp:
4 Feb 2009, 22:32:16 (16 years ago)
Author:
Henrik Bettermann
Message:

prepare for going live

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_aaue/getPaymentsFolderInfo.py

    r3865 r3906  
    4141is_student = info['is_student'] = context.isStudent()
    4242info['student_name'] = student_record.name
    43 info['query_url'] = "https://webpay.interswitchng.com/test_paydirect/services/TransactionQueryURL.aspx"
     43info['query_url'] = "https://webpay.interswitchng.com/paydirect/services/TransactionQueryURL.aspx"
    4444review_state = info['review_state'] = student_record.review_state
    4545parttime = student_record.mode and student_record.mode.endswith('_pt')
Note: See TracChangeset for help on using the changeset viewer.