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

prepare for going live

Location:
WAeUP_SRP/trunk/skins/waeup_aaue
Files:
2 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')
  • WAeUP_SRP/trunk/skins/waeup_aaue/pay_interswitch.py

    r3898 r3906  
    8181
    8282if True:
    83     info['action'] = "https://webpay.interswitchng.com/test_paydirect/webpay/pay.aspx"
     83    info['action'] = "https://webpay.interswitchng.com/paydirect/webpay/pay.aspx"
    8484else:
    8585    #pass
Note: See TracChangeset for help on using the changeset viewer.