Ignore:
Timestamp:
30 Oct 2014, 21:20:11 (10 years ago)
Author:
Henrik Bettermann
Message:

Configure third semester payment in setPaymentDetails. Session configuration field is is no longer needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/src/waeup/fceokene/interswitch/browser.py

    r11649 r11919  
    7878        xmldict['institution_item_name'] = self.category
    7979        xmldict['institution_name'] = INSTITUTION_NAME
    80         if self.context.p_category == 'schoolfee':
     80        if self.context.p_category in ('schoolfee', 'third_semester'):
    8181            self.pay_item_id = '8302'
    8282            if student.current_mode in ('nce_sw','prence',):
     
    119119
    120120        # 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'):
    122122            xmltext = """<payment_item_detail>
    123123<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.