Changeset 3906 for WAeUP_SRP/trunk/skins
- Timestamp:
- 4 Feb 2009, 22:32:16 (16 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_aaue
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_aaue/getPaymentsFolderInfo.py
r3865 r3906 41 41 is_student = info['is_student'] = context.isStudent() 42 42 info['student_name'] = student_record.name 43 info['query_url'] = "https://webpay.interswitchng.com/ test_paydirect/services/TransactionQueryURL.aspx"43 info['query_url'] = "https://webpay.interswitchng.com/paydirect/services/TransactionQueryURL.aspx" 44 44 review_state = info['review_state'] = student_record.review_state 45 45 parttime = student_record.mode and student_record.mode.endswith('_pt') -
WAeUP_SRP/trunk/skins/waeup_aaue/pay_interswitch.py
r3898 r3906 81 81 82 82 if True: 83 info['action'] = "https://webpay.interswitchng.com/ test_paydirect/webpay/pay.aspx"83 info['action'] = "https://webpay.interswitchng.com/paydirect/webpay/pay.aspx" 84 84 else: 85 85 #pass
Note: See TracChangeset for help on using the changeset viewer.