- Timestamp:
- 30 Oct 2014, 21:20:11 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/interswitch/browser.py
r11649 r11919 78 78 xmldict['institution_item_name'] = self.category 79 79 xmldict['institution_name'] = INSTITUTION_NAME 80 if self.context.p_category == 'schoolfee':80 if self.context.p_category in ('schoolfee', 'third_semester'): 81 81 self.pay_item_id = '8302' 82 82 if student.current_mode in ('nce_sw','prence',): … … 119 119 120 120 # Interswitch amount is not part of the xml data 121 if self.context.p_category == 'schoolfee':121 if self.context.p_category in ('schoolfee', 'third_semester'): 122 122 xmltext = """<payment_item_detail> 123 123 <item_details detail_ref="%(detail_ref)s" college="%(institution_name)s" department="%(department)s" faculty="%(faculty)s">
Note: See TracChangeset for help on using the changeset viewer.