- Timestamp:
- 4 Feb 2009, 22:32:16 (16 years ago)
- File:
-
- 1 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')
Note: See TracChangeset for help on using the changeset viewer.